Code

Part-way to having the metakit backend handle "content" property changes.
[roundup.git] / roundup / rcsv.py
index 91a8125dc7a2482ee75871823307945ea470cef7..08798d028a0d05602c46af28e0c0193b453faebd 100644 (file)
@@ -5,12 +5,10 @@ __docformat__ = 'restructuredtext'
 
 from roundup.i18n import _
 from cStringIO import StringIO
-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