removed unused import

This commit is contained in:
Pablo Hoffman 2012-11-15 16:29:07 -02:00
parent 5ebaa40ed2
commit 3a60d42072
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from time import time
from urlparse import urlparse, urlunparse, urldefrag
from twisted.python import failure
from twisted.web.client import HTTPClientFactory
from twisted.web.http import HTTPClient
from twisted.internet import defer