rufuspollock-okfn / dataconverters

Python library and command line tool for converting data from one format to another
http://okfnlabs.org/dataconverters/
100 stars 33 forks source link

Rename csv.py to something that does not conflict with a system module #77

Closed rufuspollock closed 11 years ago

rufuspollock commented 11 years ago

Starting to encounter issues due to csv.py in dataconverters overriding the system module.

Propose renaming to commas.py (alternative: sv.py (separated values))