diff --git a/ipython.py b/ipython.py index 29db095..dd50d01 100755 --- a/ipython.py +++ b/ipython.py @@ -14,5 +14,5 @@ sys.path.insert(0, this_dir) # Now proceed with execution execfile(os.path.join( - this_dir, 'IPython', 'frontend', 'terminal', 'scripts', 'ipython' + this_dir, 'IPython', 'scripts', 'ipython' ))