Browse Source

whitespace

pull/2332/head
Terry Jan Reedy 14 years ago
parent
commit
4d82ade424
  1. 2
      Lib/idlelib/PyShell.py

2
Lib/idlelib/PyShell.py

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

Loading…
Cancel
Save