Remove unused imports

This commit is contained in:
Labrys of Knossos 2018-12-14 20:53:00 -05:00
commit 7d6ef5b7c6

View file

@ -4,9 +4,7 @@
import itertools
import mimetools
import mimetypes
from cStringIO import StringIO
import urllib
import urllib2
class MultiPartForm(object):
"""Accumulate the data to be used when posting a form."""