]> granicus.if.org Git - python/commitdiff
ICFindConfigFile isn't needed, and it's gone under carbon.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 3 Aug 2001 14:12:36 +0000 (14:12 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 3 Aug 2001 14:12:36 +0000 (14:12 +0000)
Mac/Lib/test/icgluetest.py

index 323f9e7b7de9e470110755638fc016ab269c74d9..97c0c74df47e7e083ee543d557c63ab92213358a 100644 (file)
@@ -1,10 +1,11 @@
-"""Test icglue module by printing all preferences"""
+"""Test icglue module by printing all preferences. Note that the ic module,
+not the icglue module, is what you should normally use."""
 
 import icglue
 import Res
 
 ici = icglue.ICStart('Pyth')
-ici.ICFindConfigFile()
+#ici.ICFindConfigFile()
 h = Res.Resource("")
 
 ici.ICBegin(1)