mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
ICFindConfigFile isn't needed, and it's gone under carbon.
This commit is contained in:
parent
83e6ae9b12
commit
446b3b2d58
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue