Mercurial > p > roundup > code
comparison roundup/cgitb.py @ 26:c7c14960f413
Final commit of Grande Splite
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 22 Jul 2001 12:09:32 +0000 |
| parents | 4cf1daf2f2eb |
| children | 0791d13baea7 |
comparison
equal
deleted
inserted
replaced
| 25:4cf1daf2f2eb | 26:c7c14960f413 |
|---|---|
| 1 # $Id: cgitb.py,v 1.1 2001-07-22 11:58:35 richard Exp $ | 1 # $Id: cgitb.py,v 1.2 2001-07-22 12:09:32 richard Exp $ |
| 2 | 2 |
| 3 import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc | 3 import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc |
| 4 | 4 |
| 5 def breaker(): | 5 def breaker(): |
| 6 return ('<body bgcolor="#f0f0ff">' + | 6 return ('<body bgcolor="#f0f0ff">' + |
| 113 print breaker() | 113 print breaker() |
| 114 print html() | 114 print html() |
| 115 | 115 |
| 116 # | 116 # |
| 117 # $Log: not supported by cvs2svn $ | 117 # $Log: not supported by cvs2svn $ |
| 118 # Revision 1.3 2001/07/19 06:27:07 anthonybaxter | 118 # Revision 1.1 2001/07/22 11:58:35 richard |
| 119 # fixing (manually) the (dollarsign)Log(dollarsign) entries caused by | 119 # More Grande Splite |
| 120 # my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign) | |
| 121 # strings in a commit message. I'm a twonk. | |
| 122 # | 120 # |
| 123 # Also broke the help string in two. | |
| 124 # | |
| 125 # Revision 1.2 2001/07/19 05:52:22 anthonybaxter | |
| 126 # Added CVS keywords Id and Log to all python files. | |
| 127 # | |
| 128 # |
