Skip to content

Commit

Permalink
Merge branch 'ready_cProfile' of https://github.com/tomspur/ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspur authored and minrk committed Feb 16, 2011
2 parents 9cf75bc + a5680be commit 604c8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipython.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


# Ensure that the imported IPython is the local one, not a system-wide one # Ensure that the imported IPython is the local one, not a system-wide one
import os, sys import os, sys
this_dir = os.path.dirname(os.path.abspath(__file__)) this_dir = os.path.dirname(sys.argv[0])
sys.path.insert(0, this_dir) sys.path.insert(0, this_dir)


# Now proceed with execution # Now proceed with execution
Expand Down

0 comments on commit 604c8e1

Please sign in to comment.