Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 446b3b2

Browse files
committed
ICFindConfigFile isn't needed, and it's gone under carbon.
1 parent 83e6ae9 commit 446b3b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Mac/Lib/test/icgluetest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
"""Test icglue module by printing all preferences"""
1+
"""Test icglue module by printing all preferences. Note that the ic module,
2+
not the icglue module, is what you should normally use."""
23

34
import icglue
45
import Res
56

67
ici = icglue.ICStart('Pyth')
7-
ici.ICFindConfigFile()
8+
#ici.ICFindConfigFile()
89
h = Res.Resource("")
910

1011
ici.ICBegin(1)

0 commit comments

Comments
 (0)