mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Remove unused imports
This commit is contained in:
parent
ec95829a37
commit
7d6ef5b7c6
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@
|
||||||
import itertools
|
import itertools
|
||||||
import mimetools
|
import mimetools
|
||||||
import mimetypes
|
import mimetypes
|
||||||
from cStringIO import StringIO
|
|
||||||
import urllib
|
|
||||||
import urllib2
|
|
||||||
|
|
||||||
class MultiPartForm(object):
|
class MultiPartForm(object):
|
||||||
"""Accumulate the data to be used when posting a form."""
|
"""Accumulate the data to be used when posting a form."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue