amandasaurus / gedcompy

Python library to parse and work with GEDCOM (geneology/family tree) files
GNU General Public License v3.0
39 stars 18 forks source link

Fix setup.py and better support full text nodes #1

Closed ropez closed 10 years ago

ropez commented 10 years ago

gedcom is a python package, not a python module.

Alternatively, one could rename gedcom/init.py to simply gedcom.py

amandasaurus commented 10 years ago

Looks good. Thanks for spotting the setup.py mistake. I had it as a python module initially and changed it, so must have forgotten to change the setup.py.

The full text node looks OK. I presumed that you'd only have CONT or CONS, not a mixing. But it's good & sensible to support both.

Thanks for contribution!