summaryrefslogtreecommitdiffstats
path: root/module/network/HTTPDownload.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-22 12:53:38 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-22 12:53:38 +0100
commitd52bcc46770e2f932b12fcaac45d056846814ef1 (patch)
tree8b4a53a93b15a6134bd6c4af8cdb2ace6f5ec78e /module/network/HTTPDownload.py
parentchanged request files (diff)
downloadpyload-d52bcc46770e2f932b12fcaac45d056846814ef1.tar.xz
at least its downloading now
Diffstat (limited to 'module/network/HTTPDownload.py')
-rw-r--r--module/network/HTTPDownload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py
index 2b8c44a87..ebc8c8e65 100644
--- a/module/network/HTTPDownload.py
+++ b/module/network/HTTPDownload.py
@@ -105,7 +105,7 @@ class ChunkInfo():
class WrappedHTTPDeferred(WrappedDeferred):
pass
-class HTTPDownload():
+class HTTPDownload(object):
def __init__(self, url, filename, get={}, post={}, referer=None, cookies=True, customHeaders={}, bucket=None, interface=None, proxies={}):
self.url = url
self.filename = filename