Mercurial > p > roundup > code
comparison cgitb.py @ 5:72a0ba086b3e
Added CVS keywords $Id$ and $Log$ to all python files.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:52:22 +0000 |
| parents | 5e92642cd1f8 |
| children | 3b0a72f54613 |
comparison
equal
deleted
inserted
replaced
| 4:b10f8834cce4 | 5:72a0ba086b3e |
|---|---|
| 1 # $Id: cgitb.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $ | |
| 2 | |
| 1 import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc | 3 import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc |
| 2 | 4 |
| 3 def breaker(): | 5 def breaker(): |
| 4 return ('<body bgcolor="#f0f0ff">' + | 6 return ('<body bgcolor="#f0f0ff">' + |
| 5 '<font color="#f0f0ff" size="-5"> > </font> ' + | 7 '<font color="#f0f0ff" size="-5"> > </font> ' + |
| 109 | 111 |
| 110 def handler(): | 112 def handler(): |
| 111 print breaker() | 113 print breaker() |
| 112 print html() | 114 print html() |
| 113 | 115 |
| 116 # | |
| 117 # $Log: not supported by cvs2svn $ | |
| 118 # |
