import sys before we use it on line 9 (GH-828) (GH-833)

(cherry picked from commit 0579e81f30)
This commit is contained in:
Mariatta 2017-03-26 19:53:37 -07:00 committed by GitHub
parent ceff32fb83
commit d2fc782410

View file

@ -1,5 +1,7 @@
#! /usr/bin/env python3
import sys
try:
from tkinter import *
except ImportError:
@ -25,7 +27,6 @@ from platform import python_version, system
import re
import socket
import subprocess
import sys
import threading
import time
import tokenize