summaryrefslogtreecommitdiff
path: root/Lib/binhex.py
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
commit297e657b8023bef72aec71d64fe9484a9f6b34a8 (patch)
treeeebb3b88c9f935031dfc9fc51f3b8e7162df07ce /Lib/binhex.py
parentbef9394eb127942a81170128d5f1e5921f12e307 (diff)
downloadcpython-297e657b8023bef72aec71d64fe9484a9f6b34a8.tar.gz
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 999a675513..7bf9278430 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