diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-19 00:26:38 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-19 00:26:38 +0100 |
commit | 1d7dc2ca5db0119e01547cd7b01fb77720450d1c (patch) | |
tree | bc39b446f56658105cf120e429cac654ac0f92ff /module/network | |
parent | set +x mode (diff) | |
download | pyload-1d7dc2ca5db0119e01547cd7b01fb77720450d1c.tar.xz |
cleaned
Diffstat (limited to 'module/network')
-rwxr-xr-x | module/network/Request.py | 5 |
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: |