diff options
Diffstat (limited to 'Mac/Tools/IDE/PythonIDE.py')
| -rw-r--r-- | Mac/Tools/IDE/PythonIDE.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Mac/Tools/IDE/PythonIDE.py b/Mac/Tools/IDE/PythonIDE.py index b7bc388..fb991b0 100644 --- a/Mac/Tools/IDE/PythonIDE.py +++ b/Mac/Tools/IDE/PythonIDE.py @@ -49,7 +49,7 @@ def init():  		# We are a fully frozen application  		ide_path = sys.argv[0]  	if ide_path not in sys.path: -		sys.path.insert(0, ide_path) +		sys.path.insert(1, ide_path)  init() | 
