summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 07:58:39 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-01-31 07:58:39 (GMT)
commit5d605c2861d9c42c7bdff50c7ad443108db233b9 (patch)
treed3e25aecb7f1fc4291d54fd7ea274dea145d958b /Lib/idlelib
parentf8672bec683120d0cfc3ce4da63ecda9ae959532 (diff)
parent4d82ade42471e0503d82012116d0b128d7120f7f (diff)
downloadcpython-5d605c2861d9c42c7bdff50c7ad443108db233b9.zip
cpython-5d605c2861d9c42c7bdff50c7ad443108db233b9.tar.gz
cpython-5d605c2861d9c42c7bdff50c7ad443108db233b9.tar.bz2
Merge with 3.2 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 1e7c8e4..f884b28 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