remove unused imports (closes #12432)

A patch from Vincent Legoll.
This commit is contained in:
Benjamin Peterson 2011-06-28 10:25:04 -05:00
parent e4a51e6543
commit 274271d1ae
7 changed files with 2 additions and 6 deletions

View file

@ -23,7 +23,6 @@ hexbin(inputfilename, outputfilename)
#
import io
import os
import sys
import struct
import binascii