From: Terry Jan Reedy Date: Tue, 31 Jan 2012 07:55:32 +0000 (-0500) Subject: whitespace3 X-Git-Tag: v2.7.3rc1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d4ae48f48b2da82a89769a714644eb55a541888;p=thirdparty%2FPython%2Fcpython.git whitespace3 --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 73db11a0447d..895d7dac09bf 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -507,7 +507,7 @@ class ModifiedInterpreter(InteractiveInterpreter): path.extend(sys.path) else: path = sys.path - + self.runcommand("""if 1: import sys as _sys _sys.path = %r