Mercurial > p > roundup > code
diff roundup/cgi/ZTUtils/Iterator.py @ 4570:6e3e4f24c753
Remove keyword expansions from CVS. All regression tests passed afterwards.
| author | Eric S. Raymond <esr@thyrsus.com> |
|---|---|
| date | Wed, 16 Nov 2011 09:51:38 -0500 |
| parents | d2b1a946fdf4 |
| children | 35ea9b1efc14 |
line wrap: on
line diff
--- a/roundup/cgi/ZTUtils/Iterator.py Wed Nov 16 08:05:41 2011 -0500 +++ b/roundup/cgi/ZTUtils/Iterator.py Wed Nov 16 09:51:38 2011 -0500 @@ -18,9 +18,8 @@ iterator. The next() method fetches the next item, and returns true if it succeeds. -$Id: Iterator.py,v 1.4 2005-02-16 22:07:33 richard Exp $''' +''' __docformat__ = 'restructuredtext' -__version__='$Revision: 1.4 $'[11:-2] import string
