-WIP-electrum-btcp/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
..
qt Fix the line deliminator in csv 2015-01-25 12:22:40 +09:00
__init__.py documentation on GUI 2013-09-13 09:40:34 +02:00
android.py unify util.parse_URI 2014-06-13 16:02:30 +02:00
gtk.py add InvalidPassword exception 2014-12-03 22:35:05 +01:00
stdio.py convert tab to spaces 2014-09-05 17:34:50 +02:00
text.py update text gui 2014-07-28 09:31:07 +02:00