summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-10-29 06:15:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-10-29 06:15:13 (GMT)
commit669ff66c326a0e5e0bed0619b691725f76ac3d04 (patch)
treedd640e983e89bb38fe1cda9c5af9e8c6d009d86f /Parser
parentf8152c67f52874cd4aa63f1cb3e1216382f98057 (diff)
downloadcpython-669ff66c326a0e5e0bed0619b691725f76ac3d04.zip
cpython-669ff66c326a0e5e0bed0619b691725f76ac3d04.tar.gz
cpython-669ff66c326a0e5e0bed0619b691725f76ac3d04.tar.bz2
remove duplicated imports (closes #25502)
Diffstat (limited to 'Parser')
-rwxr-xr-xParser/asdl_c.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py
index a5e35d9..79e834b 100755
--- a/Parser/asdl_c.py
+++ b/Parser/asdl_c.py
@@ -1289,7 +1289,6 @@ def main(srcfile, dump_module=False):
f.close()
if __name__ == "__main__":
- import sys
import getopt
INC_DIR = ''