angstr0m / PaperBeard

Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

Use CSVWriter for CSV generation #8

Closed 1blankz7 closed 9 years ago

1blankz7 commented 9 years ago

Python has a built-in CSV module which handles all kind of errors and formats. We should use this instead of the own implementation.

1blankz7 commented 9 years ago

Resolved in fe8e3a7.