We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5fd8c commit fdc18d2Copy full SHA for fdc18d2
roundup/rcsv.py
@@ -5,12 +5,10 @@
5
"""
6
7
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:
+error = """
+Sorry, you need a csv module. Either upgrade your Python to 2.3 or later,
+or get and install the csv module from:
11
http://www.object-craft.com.au/projects/csv/
12
-
13
-These two csv modules are different but Roundup can use either.
14
15
try:
16
import csv
0 commit comments