diff options
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 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 |