1
0
Files
electrum/gui
dabura667 a171a29afb Fix the line deliminator in csv
currently the csv output is `\r\r\n` where the line terminator is `\r\n`
and the extra `\r` is probably being inserted from writing a dict to
csv. I get around this by changing the line terminator to `\n` to output
`\r\n` which will make it compatible with most spreadsheet apps.
2015-01-25 12:22:40 +09:00
..
2015-01-25 12:22:40 +09:00
2013-09-13 09:40:34 +02:00
2014-06-13 16:02:30 +02:00
2014-12-03 22:35:05 +01:00
2014-09-05 17:34:50 +02:00
2014-07-28 09:31:07 +02:00