Commit ae1a77c8 authored by Steven M. Gava's avatar Steven M. Gava

py-cvs merge, idle_dir loading changed

parent badf1d24
......@@ -4,7 +4,7 @@ import os
import sys
import IdleConf
idle_dir = os.path.split(sys.argv[0])[0]
idle_dir = os.path.dirname(IdleConf.__file__)
IdleConf.load(idle_dir)
# 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