aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-06-28 10:25:04 -0500
committerBenjamin Peterson <benjamin@python.org>2011-06-28 10:25:04 -0500
commit274271d1ae71dbd1177b54a5def45fed3ecb501f (patch)
tree50020b9d4c3b3922ce72f5c41b61c4fc969d822e /Lib/binhex.py
parentuse the Include in srcdir (diff)
downloadcpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.tar.gz
cpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.tar.bz2
cpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.zip
remove unused imports (closes #12432)
A patch from Vincent Legoll.
Diffstat (limited to 'Lib/binhex.py')
-rw-r--r--Lib/binhex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/binhex.py b/Lib/binhex.py
index 999a6755133..7bf9278430f 100644
--- a/Lib/binhex.py
+++ b/Lib/binhex.py
@@ -23,7 +23,6 @@ hexbin(inputfilename, outputfilename)
#
import io
import os
-import sys
import struct
import binascii