diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2012-01-31 02:58:39 -0500 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2012-01-31 02:58:39 -0500 |
commit | 5d605c2861d9c42c7bdff50c7ad443108db233b9 (patch) | |
tree | d3e25aecb7f1fc4291d54fd7ea274dea145d958b /Lib/idlelib/PyShell.py | |
parent | f8672bec683120d0cfc3ce4da63ecda9ae959532 (diff) | |
parent | 4d82ade42471e0503d82012116d0b128d7120f7f (diff) | |
download | cpython-git-5d605c2861d9c42c7bdff50c7ad443108db233b9.tar.gz |
Merge with 3.2 whitespace
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-rw-r--r-- | Lib/idlelib/PyShell.py | 2 |
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 |