diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-24 16:01:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-24 16:01:03 +0200 |
commit | eb31362ed7d7bdf24acda85915729a686dfbb86e (patch) | |
tree | e43f8d7e799a3989a62c1bace978af9f1ac6bb5f /module/network/Request.py | |
parent | Updated Hoerbuch.in (diff) | |
download | pyload-eb31362ed7d7bdf24acda85915729a686dfbb86e.tar.xz |
little fixes
Diffstat (limited to 'module/network/Request.py')
-rwxr-xr-x | module/network/Request.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/Request.py b/module/network/Request.py index 85aa851fe..99c04e055 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -8,7 +8,6 @@ authored by: RaNaN import base64 import cookielib from gzip import GzipFile -import re import time import urllib |