Commit Graph

5 Commits

Author SHA1 Message Date
prculley
a879144cc7 Add Progen import test files 2017-01-25 17:35:52 -06:00
prculley
a82d5b8609 Export test module and some tests 2016-07-07 13:50:26 -05:00
prculley
495e7801d7 9499: Fix CSV import of utf-8 encoded files exported by Gramps 2016-06-29 22:23:03 +01:00
prculley
66bf311168 9124: GEDCOM doesn't accept CR as a line terminator
Original code used readline() when file was in binary mode; this works
only if file contains '\n', true only for CRLF and LF line endings.
Switched to file text mode with correct encoding and universal newline
support.
2016-06-27 21:11:31 +01:00
Sam Manzi
348189d100 Make Github recognise Gramps as a Python project 2015-07-14 10:19:04 +10:00