fixed problem with shell introduced in recent commit

This commit is contained in:
Massimo Di Pierro
2012-05-28 16:30:43 -05:00
parent 2d051d7ff4
commit 5c2bab1fb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-05-28 16:19:00) dev
Version 2.00.0 (2012-05-28 16:30:27) dev
+1 -1
View File
@@ -205,7 +205,7 @@ def run(
exec ('print %s()' % f, _env)
return
_env.update(exec_pythonrc())
_env.update(exec_pythonrc() or {})
if startfile:
try:
execfile(startfile, _env)