summaryrefslogtreecommitdiff
path: root/paste/evalexception
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-12-30 23:11:24 +0000
committerianb <devnull@localhost>2005-12-30 23:11:24 +0000
commitecb4487cbed394c05f128edbd9c2055e96c19987 (patch)
treebe8fe796d54310db949a57f0a735a8562a03eeee /paste/evalexception
parent93098519511159d7148afdebd0b519eef054346d (diff)
downloadpaste-ecb4487cbed394c05f128edbd9c2055e96c19987.tar.gz
Added a bunch of module docstrings so the module index looks nicer; also marked deprecated modules so they don't show up in the module index that Pudge creates
Diffstat (limited to 'paste/evalexception')
-rw-r--r--paste/evalexception/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/paste/evalexception/__init__.py b/paste/evalexception/__init__.py
index c13de4d..5f6dd4f 100644
--- a/paste/evalexception/__init__.py
+++ b/paste/evalexception/__init__.py
@@ -1,2 +1,5 @@
+"""
+An exception handler for interactive debugging
+"""
from middleware import EvalException