Kaydet (Commit) 1d4ae48f authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

whitespace3

üst b98000ab
...@@ -507,7 +507,7 @@ class ModifiedInterpreter(InteractiveInterpreter): ...@@ -507,7 +507,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