diff options
author | mkaay <mkaay@mkaay.de> | 2009-12-23 00:05:46 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-12-23 00:05:46 +0100 |
commit | e069eb9d6e201aedf16917781649fa05203562eb (patch) | |
tree | 3e3e84f7c354b6c79e957566737b0a5745f19ad8 /module/network | |
parent | core: downloadlimit is not far away ;) gui: restart download action (diff) | |
download | pyload-e069eb9d6e201aedf16917781649fa05203562eb.tar.xz |
oops
Diffstat (limited to 'module/network')
-rwxr-xr-x | module/network/Request.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/network/Request.py b/module/network/Request.py index ab90044d3..4aca935dc 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -15,8 +15,7 @@ import urllib from cStringIO import StringIO try: - #import pycurl - raise Exception + import pycurl except: import urllib2 from Keepalive import HTTPHandler |