Author: damoxc

Revision: 4878

Log:
        fix download_torrent_from_url

Diff:
Modified: trunk/deluge/ui/web/json_api.py
===================================================================
--- trunk/deluge/ui/web/json_api.py     2009-03-17 00:07:34 UTC (rev 4877)
+++ trunk/deluge/ui/web/json_api.py     2009-03-17 00:45:43 UTC (rev 4878)
@@ -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



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to