summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-11-06 10:38:00 +0000
committerIan Bicking <ian@ianbicking.org>2005-11-06 10:38:00 +0000
commitcc3e81c627ccb8ecbdb8ea0a12dadcb1b24d1027 (patch)
treeacef354087a8bca5703fc29f2687dd6d686b562c /setup.py
parent93a2652ae218410ca36b40b8411138b33c7d0b83 (diff)
downloadpaste-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2981565..0c547a5 100644
--- a/setup.py
+++ b/setup.py
@@ -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
""",
)