From: Terry Jan Reedy Date: Tue, 31 Jan 2012 07:57:29 +0000 (-0500) Subject: whitespace X-Git-Tag: v3.2.3rc1~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d82ade42471e0503d82012116d0b128d7120f7f;p=thirdparty%2FPython%2Fcpython.git whitespace --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 26f1e531b807..6bf0a8c65df9 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