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 51ba1f0 commit 3d83fdbCopy full SHA for 3d83fdb
roundup/rcsv.py
@@ -20,7 +20,7 @@
20
except AttributeError:
21
# fake it all up using the Object-Craft CSV module
22
class excel:
23
- pass
+ delimiter = ':'
24
if hasattr(csv, 'parser'):
25
error = ''
26
def _reader(fileobj, dialect=excel):
@@ -54,7 +54,7 @@ def writerows(self, rows):
54
55
except ImportError:
56
57
58
59
class colon_separated(excel):
60
delimiter = ':'
0 commit comments