mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
fix download_torrent_from_url
This commit is contained in:
parent
7b1fc47f99
commit
306961ed75
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue