mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
import sys before we use it on line 9 (#828)
This commit is contained in:
parent
5fb278fd58
commit
0579e81f30
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue