Mercurial > p > roundup > code
diff roundup/rcsv.py @ 2111:7b06875e3774 maint-0.6
fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 25 Mar 2004 00:32:30 +0000 |
| parents | 3555941caea0 |
| children |
line wrap: on
line diff
--- a/roundup/rcsv.py Wed Mar 24 22:27:39 2004 +0000 +++ b/roundup/rcsv.py Thu Mar 25 00:32:30 2004 +0000 @@ -20,7 +20,7 @@ except AttributeError: # fake it all up using the Object-Craft CSV module class excel: - pass + delimiter = ',' if hasattr(csv, 'parser'): error = '' def reader(fileobj, dialect=excel):
