summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 07:55:32 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 07:55:32 (GMT)
commit1d4ae48f48b2da82a89769a714644eb55a541888 (patch)
tree92885d627b41dd35d94f6bc17a323de13f233d83 /Lib/idlelib/PyShell.py
parentb98000ab5bd3fcb3774666ce3bb127e71634c349 (diff)
downloadcpython-1d4ae48f48b2da82a89769a714644eb55a541888.zip
cpython-1d4ae48f48b2da82a89769a714644eb55a541888.tar.gz
cpython-1d4ae48f48b2da82a89769a714644eb55a541888.tar.bz2
whitespace3
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-rw-r--r--Lib/idlelib/PyShell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index 73db11a..895d7da 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -507,7 +507,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
path.extend(sys.path)
else:
path = sys.path
-
+
self.runcommand("""if 1:
import sys as _sys
_sys.path = %r