Skip to content

Commit fdc18d2

Browse files
author
Richard Jones
committed
nicer message
1 parent bc5fd8c commit fdc18d2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

roundup/rcsv.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
"""
66

77
from roundup.i18n import _
8-
error = """Sorry, you need a module compatible with the csv module.
9-
Either upgrade your Python to 2.3 or later, or get and install
10-
the csv module from:
8+
error = """
9+
Sorry, you need a csv module. Either upgrade your Python to 2.3 or later,
10+
or get and install the csv module from:
1111
http://www.object-craft.com.au/projects/csv/
12-
13-
These two csv modules are different but Roundup can use either.
1412
"""
1513
try:
1614
import csv

0 commit comments

Comments
 (0)