summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-23 00:05:46 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-23 00:05:46 +0100
commite069eb9d6e201aedf16917781649fa05203562eb (patch)
tree3e3e84f7c354b6c79e957566737b0a5745f19ad8
parentcore: downloadlimit is not far away ;) gui: restart download action (diff)
downloadpyload-e069eb9d6e201aedf16917781649fa05203562eb.tar.xz
oops
-rwxr-xr-xmodule/network/Request.py3
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