mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
py-cvs merge, idle_dir loading changed
This commit is contained in:
parent
ba910c1e92
commit
9fe8828cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import IdleConf
|
import IdleConf
|
||||||
|
|
||||||
idle_dir = os.path.split(sys.argv[0])[0]
|
idle_dir = os.path.dirname(IdleConf.__file__)
|
||||||
IdleConf.load(idle_dir)
|
IdleConf.load(idle_dir)
|
||||||
|
|
||||||
# defer importing Pyshell until IdleConf is loaded
|
# defer importing Pyshell until IdleConf is loaded
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue