##// END OF EJS Templates
- Patch applied.
Alcides -
Show More
@@ -1382,7 +1382,11 b' Currently the magic system has the following functions:\\n"""'
1382 return
1382 return
1383
1383
1384 arg_str = 'execfile(filename,prog_ns)'
1384 arg_str = 'execfile(filename,prog_ns)'
1385 namespace = locals()
1385 namespace = {
1386 'execfile': self.shell.safe_execfile,
1387 'prog_ns': prog_ns,
1388 'filename': filename
1389 }
1386
1390
1387 opts.merge(opts_def)
1391 opts.merge(opts_def)
1388
1392
General Comments 0
You need to be logged in to leave comments. Login now