diff options
| author | ianb <devnull@localhost> | 2005-12-30 23:11:24 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-12-30 23:11:24 +0000 |
| commit | ecb4487cbed394c05f128edbd9c2055e96c19987 (patch) | |
| tree | be8fe796d54310db949a57f0a735a8562a03eeee /paste/exceptions | |
| parent | 93098519511159d7148afdebd0b519eef054346d (diff) | |
| download | paste-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/exceptions')
| -rw-r--r-- | paste/exceptions/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/paste/exceptions/__init__.py b/paste/exceptions/__init__.py index 792d600..3996c70 100644 --- a/paste/exceptions/__init__.py +++ b/paste/exceptions/__init__.py @@ -1 +1,4 @@ -# +""" +Package for catching exceptions and displaying annotated exception +reports +""" |
