Kaydet (Commit) 9fe8828c authored tarafından Steven M. Gava's avatar Steven M. Gava

py-cvs merge, idle_dir loading changed

üst ba910c1e
...@@ -4,7 +4,7 @@ import os ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment