Mercurial > p > roundup > code
diff roundup/rcsv.py @ 2005:fc52d57c6c3e
documentation cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Feb 2004 23:55:10 +0000 |
| parents | 0afdf96ea9d7 |
| children | 261c2e6ceb1e |
line wrap: on
line diff
--- a/roundup/rcsv.py Wed Feb 11 21:34:31 2004 +0000 +++ b/roundup/rcsv.py Wed Feb 11 23:55:10 2004 +0000 @@ -1,8 +1,7 @@ -""" -Supplies a Python-2.3 Object Craft csv module work-alike to the extent +"""Supplies a Python-2.3 Object Craft csv module work-alike to the extent needed by Roundup using the Python 2.3 csv module. - """ +__docformat__ = 'restructuredtext' from roundup.i18n import _ from cStringIO import StringIO
