summaryrefslogtreecommitdiffstats
path: root/module/network/Request.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/network/Request.py')
-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