Commit 5d605c28 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.2 whitespace

parents f8672bec 4d82ade4
...@@ -498,7 +498,7 @@ class ModifiedInterpreter(InteractiveInterpreter): ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment