diff options
| author | Ian Bicking <ian@ianbicking.org> | 2005-12-30 23:11:24 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2005-12-30 23:11:24 +0000 |
| commit | 61cd202862b2213198685c3341e2df2957496849 (patch) | |
| tree | be8fe796d54310db949a57f0a735a8562a03eeee /paste/translogger.py | |
| parent | 93d59b799c4de977fc63ec3864c4071de992c437 (diff) | |
| download | paste-git-61cd202862b2213198685c3341e2df2957496849.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/translogger.py')
| -rw-r--r-- | paste/translogger.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/paste/translogger.py b/paste/translogger.py index bafc79f..e47ec31 100644 --- a/paste/translogger.py +++ b/paste/translogger.py @@ -1,3 +1,7 @@ +""" +Middleware for logging requests, using Apache combined log format +""" + import logging import time |
