summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 07:57:29 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 07:57:29 (GMT)
commit4d82ade42471e0503d82012116d0b128d7120f7f (patch)
tree244641249af5f1cc5948f74d30bf4daa5c873825 /Lib/idlelib
parentda4c46721066ee44843372e8bf57c6c81dec8e4a (diff)
downloadcpython-4d82ade42471e0503d82012116d0b128d7120f7f.zip
cpython-4d82ade42471e0503d82012116d0b128d7120f7f.tar.gz
cpython-4d82ade42471e0503d82012116d0b128d7120f7f.tar.bz2
whitespace
Diffstat (limited to 'Lib/idlelib')
-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 26f1e53..6bf0a8c 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -494,7 +494,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
path.extend(sys.path)
else:
path = sys.path
-
+
self.runcommand("""if 1:
import sys as _sys
_sys.path = %r