diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-31 16:01:06 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-31 16:01:06 +0200 |
commit | d9ea19b009e35387740e598fdad9f5de0f2afc59 (patch) | |
tree | 6e3c301aceb2aa67f5e4c9d56857027e9bf056da /module/network | |
parent | little fixes (diff) | |
download | pyload-d9ea19b009e35387740e598fdad9f5de0f2afc59.tar.xz |
cleanup
Diffstat (limited to 'module/network')
-rwxr-xr-x | module/network/Request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/Request.py b/module/network/Request.py index 75a490b9f..8638cc66a 100755 --- a/module/network/Request.py +++ b/module/network/Request.py @@ -22,7 +22,7 @@ import base64 import time -from os import sep, rename, stat +from os import stat from os.path import exists, join from shutil import move import urllib |