Mercurial > p > roundup > code
changeset 2071:3555941caea0 maint-0.6
nicer message
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 05 Mar 2004 00:04:03 +0000 |
| parents | 6807107fc8aa |
| children | cc692b8b8fa9 |
| files | roundup/rcsv.py |
| diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/rcsv.py Wed Mar 03 23:41:16 2004 +0000 +++ b/roundup/rcsv.py Fri Mar 05 00:04:03 2004 +0000 @@ -5,12 +5,10 @@ """ from roundup.i18n import _ -error = """Sorry, you need a module compatible with the csv module. -Either upgrade your Python to 2.3 or later, or get and install -the csv module from: +error = """ +Sorry, you need a csv module. Either upgrade your Python to 2.3 or later, +or get and install the csv module from: http://www.object-craft.com.au/projects/csv/ - -These two csv modules are different but Roundup can use either. """ try: import csv
