whitespace

This commit is contained in:
Terry Jan Reedy 2012-01-31 02:57:29 -05:00
parent da4c467210
commit 4d82ade424
1 changed files with 1 additions and 1 deletions

View File

@ -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