summaryrefslogtreecommitdiff
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 02:58:39 -0500
committerTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 02:58:39 -0500
commit5d605c2861d9c42c7bdff50c7ad443108db233b9 (patch)
treed3e25aecb7f1fc4291d54fd7ea274dea145d958b /Lib/idlelib/PyShell.py
parentf8672bec683120d0cfc3ce4da63ecda9ae959532 (diff)
parent4d82ade42471e0503d82012116d0b128d7120f7f (diff)
downloadcpython-git-5d605c2861d9c42c7bdff50c7ad443108db233b9.tar.gz
Merge with 3.2 whitespace
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 1e7c8e4ab3..f884b28d67 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -498,7 +498,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
path.extend(sys.path)
else:
path = sys.path
-
+
self.runcommand("""if 1:
import sys as _sys
_sys.path = %r