Code

documentation cleanup
[roundup.git] / roundup / cgi / PageTemplates / PathIterator.py
index ded1d29ef46fe2f5f5d976b391ae682aca21d429..4e6bd76d0a20983118d3ab701377009ce5ba9948 100644 (file)
@@ -16,8 +16,9 @@
 A TALES Iterator with the ability to use first() and last() on
 subpaths of elements.
 """
+__docformat__ = 'restructuredtext'
 
-__version__='$Revision: 1.1 $'[11:-2]
+__version__='$Revision: 1.2 $'[11:-2]
 
 import TALES
 from Expressions import restrictedTraverse, Undefs, getSecurityManager