summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-09-18 18:39:51 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-09-18 18:39:51 +0200
commitae00c325774f119c39c404069702f129b9655d91 (patch)
treed50bb2ee14ed2017eb08c19cadad21dbd551342a /module/network
parentdetect invalid downloads on fileserv (diff)
downloadpyload-ae00c325774f119c39c404069702f129b9655d91.tar.xz
closed #371
Diffstat (limited to 'module/network')
-rw-r--r--module/network/HTTPChunk.py1
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