Merge with 3.2 whitespace

This commit is contained in:
Terry Jan Reedy 2012-01-31 02:58:39 -05:00
commit 5d605c2861

View file

@ -498,7 +498,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
path.extend(sys.path) path.extend(sys.path)
else: else:
path = sys.path path = sys.path
self.runcommand("""if 1: self.runcommand("""if 1:
import sys as _sys import sys as _sys
_sys.path = %r _sys.path = %r