Mercurial > p > roundup > code
diff roundup/cgi/PageTemplates/TALES.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | 8dc60d87ab42 |
| children | b43efe461b3e |
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/TALES.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/cgi/PageTemplates/TALES.py Wed Feb 11 23:55:10 2004 +0000 @@ -18,8 +18,9 @@ - changed imports to import from roundup.cgi """ +__docformat__ = 'restructuredtext' -__version__='$Revision: 1.5 $'[11:-2] +__version__='$Revision: 1.6 $'[11:-2] import re, sys from roundup.cgi import ZTUtils
