Code

. roundup-admin now handles all hyperdb exceptions
[roundup.git] / roundup / cgitb.py
index 60ef5285e6250ec4e2f61e4388f8c75553ddc17a..9c9d0ed0ea9c3ead17ca83121997c1418d967c33 100644 (file)
@@ -1,4 +1,7 @@
-# $Id: cgitb.py,v 1.1 2001-07-22 11:58:35 richard Exp $
+#
+# This module was written by Ka-Ping Yee, <ping@lfw.org>.
+# 
+# $Id: cgitb.py,v 1.6 2001-09-29 13:27:00 richard Exp $
 
 import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc
 
@@ -115,14 +118,21 @@ def handler():
 
 #
 # $Log: not supported by cvs2svn $
-# Revision 1.3  2001/07/19 06:27:07  anthonybaxter
-# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
-# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)
-# strings in a commit message. I'm a twonk.
+# Revision 1.5  2001/08/07 00:24:42  richard
+# stupid typo
+#
+# Revision 1.4  2001/08/07 00:15:51  richard
+# Added the copyright/license notice to (nearly) all files at request of
+# Bizar Software.
+#
+# Revision 1.3  2001/07/29 07:01:39  richard
+# Added vim command to all source so that we don't get no steenkin' tabs :)
 #
-# Also broke the help string in two.
+# Revision 1.2  2001/07/22 12:09:32  richard
+# Final commit of Grande Splite
 #
-# Revision 1.2  2001/07/19 05:52:22  anthonybaxter
-# Added CVS keywords Id and Log to all python files.
+# Revision 1.1  2001/07/22 11:58:35  richard
+# More Grande Splite
 #
 #
+# vim: set filetype=python ts=4 sw=4 et si