From: Jack Jansen Date: Fri, 3 Aug 2001 14:12:36 +0000 (+0000) Subject: ICFindConfigFile isn't needed, and it's gone under carbon. X-Git-Tag: v2.2a3~835 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=446b3b2d58ede771e7cbfaa1b09eba1021d5a472;p=python ICFindConfigFile isn't needed, and it's gone under carbon. --- diff --git a/Mac/Lib/test/icgluetest.py b/Mac/Lib/test/icgluetest.py index 323f9e7b7d..97c0c74df4 100644 --- a/Mac/Lib/test/icgluetest.py +++ b/Mac/Lib/test/icgluetest.py @@ -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)