Commit c489bd5f authored by Kirill Smelkov's avatar Kirill Smelkov

gpython: Kill stray `import sys`

sys is imported in the beginning of main, so there is no need to import
it the second time in the middle of main. The bug was there since
gpython day1 - since 32a21d5b (gpython: Python interpreter with support
for lightweight threads).
parent 1573d101
......@@ -181,7 +181,6 @@ def main():
exe = exe[:-len('-script.py')]
exe = exe + '.exe'
import sys
sys.executable = exe
sys.version += (' [GPython %s]' % golang.__version__)
......
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