Mercurial > p > roundup > code
diff roundup/cgi/PageTemplates/PythonExpr.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | 93b80ad11ca8 |
| children | b43efe461b3e |
line wrap: on
line diff
--- a/roundup/cgi/PageTemplates/PythonExpr.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/cgi/PageTemplates/PythonExpr.py Wed Feb 11 23:55:10 2004 +0000 @@ -18,8 +18,9 @@ - more informative traceback info """ +__docformat__ = 'restructuredtext' -__version__='$Revision: 1.4 $'[11:-2] +__version__='$Revision: 1.5 $'[11:-2] from TALES import CompilerError from string import strip, split, join, replace, lstrip
