Commit c2805814 authored by root's avatar root

Import urlparse for urlunparse function

parent ec745673
......@@ -24,6 +24,8 @@
from twisted.web import client, error, http
from twisted.internet import reactor, defer, task
from twisted.python import failure
from urlparse import urlunparse
from urllib import splithost, splittype
import gzip
import StringIO
import time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment