mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
whitespace
This commit is contained in:
parent
da4c467210
commit
4d82ade424
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue