summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-19 00:26:38 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-19 00:26:38 +0100
commit1d7dc2ca5db0119e01547cd7b01fb77720450d1c (patch)
treebc39b446f56658105cf120e429cac654ac0f92ff /module/network
parentset +x mode (diff)
downloadpyload-1d7dc2ca5db0119e01547cd7b01fb77720450d1c.tar.xz
cleaned
Diffstat (limited to 'module/network')
-rwxr-xr-xmodule/network/Request.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/network/Request.py b/module/network/Request.py
index c6127c20b..7cdae7c0f 100755
--- a/module/network/Request.py
+++ b/module/network/Request.py
@@ -5,16 +5,13 @@
"""
authored by: RaNaN, Spoob
"""
-import os
import base64
import cookielib
from gzip import GzipFile
import time
-import re
from os import sep, rename
-from os.path import dirname, exists
+from os.path import exists
import urllib
-from base64 import b64decode
from cStringIO import StringIO
try: