• Kirill Smelkov's avatar
    gpython: Kill stray `import sys` · c489bd5f
    Kirill Smelkov authored
    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).
    c489bd5f
__init__.py 6.58 KB