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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| amountedit.py | ||
| console.py | ||
| history_widget.py | ||
| installwizard.py | ||
| lite_window.py | ||
| main_window.py | ||
| network_dialog.py | ||
| password_dialog.py | ||
| paytoedit.py | ||
| qrcodewidget.py | ||
| qrtextedit.py | ||
| qrwindow.py | ||
| receiving_widget.py | ||
| seed_dialog.py | ||
| transaction_dialog.py | ||
| util.py | ||
| version_getter.py | ||