fix download_torrent_from_url

This commit is contained in:
Damien Churchill 2009-03-17 00:45:43 +00:00
parent 7b1fc47f99
commit 306961ed75

View File

@ -22,9 +22,12 @@
# Boston, MA 02110-1301, USA.
#
import os
import time
import urllib
import hashlib
import logging
import tempfile
from twisted.internet.defer import Deferred
from twisted.web import http, resource, server