diff roundup/cgi/cgitb.py @ 2005:fc52d57c6c3e

documentation cleanup
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 23:55:10 +0000
parents 0e19e99075e3
children cafdf8b7cc69
line wrap: on
line diff
--- a/roundup/cgi/cgitb.py	Wed Feb 11 21:34:31 2004 +0000
+++ b/roundup/cgi/cgitb.py	Wed Feb 11 23:55:10 2004 +0000
@@ -1,11 +1,11 @@
 #
 # This module was written by Ka-Ping Yee, <ping@lfw.org>.
 # 
-# $Id: cgitb.py,v 1.9 2003-12-05 03:36:34 richard Exp $
+# $Id: cgitb.py,v 1.10 2004-02-11 23:55:09 richard Exp $
 
-__doc__ = """
-Extended CGI traceback handler by Ka-Ping Yee, <ping@lfw.org>.
+"""Extended CGI traceback handler by Ka-Ping Yee, <ping@lfw.org>.
 """
+__docformat__ = 'restructuredtext'
 
 import sys, os, types, string, keyword, linecache, tokenize, inspect, cgi
 import pydoc, traceback

Roundup Issue Tracker: http://roundup-tracker.org/