diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-28 15:25:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-28 15:25:04 (GMT) |
commit | 274271d1ae71dbd1177b54a5def45fed3ecb501f (patch) | |
tree | 50020b9d4c3b3922ce72f5c41b61c4fc969d822e /Lib/binhex.py | |
parent | e4a51e6543e18a004735e75344009b832134db6e (diff) | |
download | cpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.zip cpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.tar.gz cpython-274271d1ae71dbd1177b54a5def45fed3ecb501f.tar.bz2 |
remove unused imports (closes #12432)
A patch from Vincent Legoll.
Diffstat (limited to 'Lib/binhex.py')
-rw-r--r-- | Lib/binhex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/binhex.py b/Lib/binhex.py index 999a675..7bf9278 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 |