diff options
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. |