summaryrefslogtreecommitdiffstats
path: root/module/web/pyload
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-13 13:53:55 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-13 13:53:55 +0200
commit1ee1292deed62c4acc7e648735bf9c90c4a1410c (patch)
tree333ff8d74c94ef06a0c73c34ae0816c7f3217cea /module/web/pyload
parentunrar fix, removed recaptcha debug (diff)
downloadpyload-1ee1292deed62c4acc7e648735bf9c90c4a1410c.tar.xz
import fix
Diffstat (limited to 'module/web/pyload')
-rw-r--r--module/web/pyload/views.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/web/pyload/views.py b/module/web/pyload/views.py
index 880ec7843..874f25ebf 100644
--- a/module/web/pyload/views.py
+++ b/module/web/pyload/views.py
@@ -104,8 +104,6 @@ def queue(request):
else:
pyfile["icon"] = "status_downloading.png"
-
- #@TODO: replace lambdas
data = zip(queue.keys(), queue.values())
data.sort(key=get_sort_key)
@@ -282,7 +280,6 @@ def collector(request):
else:
pyfile["icon"] = "status_downloading.png"
- #@TODO: replace lambdas
data = zip(queue.keys(), queue.values())
data.sort(key=get_sort_key)