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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d4ae48f48b2da82a89769a714644eb55a541888;p=python whitespace3 --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 73db11a044..895d7dac09 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