Mercurial > p > roundup > code
diff roundup/cgi/ZTUtils/Iterator.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | 69bf0d381fd7 |
| children | d2b1a946fdf4 291652465de4 |
line wrap: on
line diff
--- a/roundup/cgi/ZTUtils/Iterator.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/cgi/ZTUtils/Iterator.py Wed Feb 11 23:55:10 2004 +0000 @@ -18,8 +18,9 @@ iterator. The next() method fetches the next item, and returns true if it succeeds. -$Id: Iterator.py,v 1.2 2002-09-26 21:54:17 richard Exp $''' -__version__='$Revision: 1.2 $'[11:-2] +$Id: Iterator.py,v 1.3 2004-02-11 23:55:09 richard Exp $''' +__docformat__ = 'restructuredtext' +__version__='$Revision: 1.3 $'[11:-2] import string
