diff options
| author | Ian Bicking <ian@ianbicking.org> | 2005-07-28 04:54:21 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2005-07-28 04:54:21 +0000 |
| commit | bc4d605d64a545c860edd0e572a5623c4dee8090 (patch) | |
| tree | 51e1d201f9c69bd8f8d10ec88dc735002c451663 /paste/exceptions | |
| parent | ef42d656b0cd73ed96341d456857b41ab830056b (diff) | |
| download | paste-git-bc4d605d64a545c860edd0e572a5623c4dee8090.tar.gz | |
Added note
Diffstat (limited to 'paste/exceptions')
| -rw-r--r-- | paste/exceptions/formatter.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paste/exceptions/formatter.py b/paste/exceptions/formatter.py index 2510955..89541b2 100644 --- a/paste/exceptions/formatter.py +++ b/paste/exceptions/formatter.py @@ -1,6 +1,8 @@ """ Formatters for the exception data that comes from ExceptionCollector. """ +# @@: TODO: +# Use this: http://www.zope.org/Members/tino/VisualTraceback/VisualTracebackNews import cgi |
