Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
from twisted.web.client import FileBodyProducer, ResponseDone, Agent, HTTPConnectionPool
from twisted.web.http_headers import Headers
from twisted.internet.protocol import Protocol
-from twisted.internet.error import TimeoutError
from zope.interface import Interface, implements
from allmydata.interfaces import IShareBase
import urllib
try:
from xml.etree import cElementTree as ElementTree
+ ElementTree # hush pyflakes
except ImportError:
from xml.etree import ElementTree
import time