##// END OF EJS Templates
small name cleanup
fperez -
Show More
@@ -6,7 +6,7 b' Requires Python 2.3 or newer.'
6
6
7 This file contains all the classes and helper functions specific to IPython.
7 This file contains all the classes and helper functions specific to IPython.
8
8
9 $Id: iplib.py 1348 2006-06-04 00:45:07Z fperez $
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 return
1270 return
1271 try:
1271 try:
1272 # may set last_syntax_error again if a SyntaxError is raised
1272 # may set last_syntax_error again if a SyntaxError is raised
1273 self.safe_execfile(err.filename,self.shell.user_ns)
1273 self.safe_execfile(err.filename,self.user_ns)
1274 except:
1274 except:
1275 self.showtraceback()
1275 self.showtraceback()
1276 else:
1276 else:
General Comments 0
You need to be logged in to leave comments. Login now