Show More
@@ -6,7 +6,7 b' Requires Python 2.3 or newer.' | |||
|
6 | 6 | |
|
7 | 7 | This file contains all the classes and helper functions specific to IPython. |
|
8 | 8 | |
|
9 |
$Id: iplib.py 13 |
|
|
9 | $Id: iplib.py 1350 2006-06-04 14:06:06Z fperez $ | |
|
10 | 10 | """ |
|
11 | 11 | |
|
12 | 12 | #***************************************************************************** |
@@ -1270,7 +1270,7 b' want to merge them back into the new files.""" % locals()' | |||
|
1270 | 1270 | return |
|
1271 | 1271 | try: |
|
1272 | 1272 | # may set last_syntax_error again if a SyntaxError is raised |
|
1273 |
self.safe_execfile(err.filename,self. |
|
|
1273 | self.safe_execfile(err.filename,self.user_ns) | |
|
1274 | 1274 | except: |
|
1275 | 1275 | self.showtraceback() |
|
1276 | 1276 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now