Code

documentation cleanup
[roundup.git] / roundup / cgi / PageTemplates / PythonExpr.py
index 0bfe40034b35e3525a70bf8c4084bb54d8b79560..44a0491f8ddf82bea39cbed87b7dcfa3f992c456 100644 (file)
@@ -18,8 +18,9 @@ Modified for Roundup 0.5 release:
 - 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