diff options
| author | ianb <devnull@localhost> | 2006-10-20 18:33:04 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-10-20 18:33:04 +0000 |
| commit | 9366c845452889ccd5a09f85c6a3a0c51695a44d (patch) | |
| tree | 230d06e1942a9ce29b9f821a5d0875dccbe82f5d /setup.py | |
| parent | 6f36af9a6471d0461ab15ee9b23dbe7e1fe5730b (diff) | |
| download | paste-9366c845452889ccd5a09f85c6a3a0c51695a44d.tar.gz | |
Moved flup_session entry point to separate function
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ For the latest changes see the `news file [paste.filter_app_factory] error_catcher = paste.exceptions.errormiddleware:make_error_middleware cgitb = paste.cgitb_catcher:make_cgitb_middleware - flup_session = paste.flup_session:SessionMiddleware [Flup] + flup_session = paste.flup_session:make_session_middleware [Flup] gzip = paste.gzipper:middleware httpexceptions = paste.httpexceptions:make_middleware lint = paste.lint:make_middleware |
