summaryrefslogtreecommitdiffstats
path: root/module/web/middlewares.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-10 22:12:10 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-10 22:12:10 +0200
commita8f763fb85756f69899f7b3b71c01bb01461ee3c (patch)
tree725e9915e5d94cc65c158929b20f096d0f7b97b0 /module/web/middlewares.py
parentfixed import (diff)
downloadpyload-a8f763fb85756f69899f7b3b71c01bb01461ee3c.tar.xz
beginning new pyload web-ui from scratch
Diffstat (limited to 'module/web/middlewares.py')
-rw-r--r--module/web/middlewares.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/web/middlewares.py b/module/web/middlewares.py
index 57023dbdb..c4c2e3c2b 100644
--- a/module/web/middlewares.py
+++ b/module/web/middlewares.py
@@ -31,9 +31,6 @@ class PrefixMiddleware(object):
# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
-# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
-# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
-
# WSGI middleware
# Gzip-encodes the response.