diff options
| author | Ian Bicking <ian@ianbicking.org> | 2005-11-06 10:38:00 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2005-11-06 10:38:00 +0000 |
| commit | cc3e81c627ccb8ecbdb8ea0a12dadcb1b24d1027 (patch) | |
| tree | acef354087a8bca5703fc29f2687dd6d686b562c /setup.py | |
| parent | 93a2652ae218410ca36b40b8411138b33c7d0b83 (diff) | |
| download | paste-git-cc3e81c627ccb8ecbdb8ea0a12dadcb1b24d1027.tar.gz | |
Further refactoring and expansion of the eval exception middleware; functions now, but not that fancy yet
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,5 +147,6 @@ Other Tools # This isn't good enough to deserve the name egg:Paste#session: paste_session = paste.session:SessionMiddleware wdg_validate = paste.wdg_validate:WDGValidateMiddleware [subprocess] + evalerror = paste.evalexception:EvalException """, ) |
