diff options
author | ianb <devnull@localhost> | 2005-12-13 07:49:35 +0000 |
---|---|---|
committer | ianb <devnull@localhost> | 2005-12-13 07:49:35 +0000 |
commit | 33111b10c035575d7b59b81da8a83593a4cf5416 (patch) | |
tree | a93216bb26d29c5131196098642885d096f9f45b /setup.py | |
parent | 7e6f5e07a7ca05f7f5eb60dc0ed0f101d41e9c42 (diff) | |
download | paste-33111b10c035575d7b59b81da8a83593a4cf5416.tar.gz |
Deprecated httpexceptions.middleware; split the httpexceptions middleware from its paste.deploy setup function
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ Other Tools cgitb = paste.cgitb_catcher:CgitbMiddleware flup_session = paste.flup_session:SessionMiddleware [Flup] gzip = paste.gzipper:middleware - httpexceptions = paste.httpexceptions:middleware + httpexceptions = paste.httpexceptions:make_middleware lint = paste.lint:middleware login = paste.login:middleware printdebug = paste.printdebug:PrintDebugMiddleware |