diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-10 22:12:10 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-10 22:12:10 +0200 |
commit | a8f763fb85756f69899f7b3b71c01bb01461ee3c (patch) | |
tree | 725e9915e5d94cc65c158929b20f096d0f7b97b0 /module/web/middlewares.py | |
parent | fixed import (diff) | |
download | pyload-a8f763fb85756f69899f7b3b71c01bb01461ee3c.tar.xz |
beginning new pyload web-ui from scratch
Diffstat (limited to 'module/web/middlewares.py')
-rw-r--r-- | module/web/middlewares.py | 3 |
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. |