diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-18 18:39:51 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-18 18:39:51 +0200 |
commit | ae00c325774f119c39c404069702f129b9655d91 (patch) | |
tree | d50bb2ee14ed2017eb08c19cadad21dbd551342a /module/network | |
parent | detect invalid downloads on fileserv (diff) | |
download | pyload-ae00c325774f119c39c404069702f129b9655d91.tar.xz |
closed #371
Diffstat (limited to 'module/network')
-rw-r--r-- | module/network/HTTPChunk.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py index 14900ca49..440115c77 100644 --- a/module/network/HTTPChunk.py +++ b/module/network/HTTPChunk.py @@ -20,7 +20,6 @@ from os import remove, stat from os.path import exists from time import sleep from re import search -from logging import getLogger import pycurl |