Split classes.py into separate modules.
authorchangeling <cklarson@gmail.com>
Wed, 9 Feb 2022 08:28:58 +0000 (02:28 -0600)
committerchangeling <cklarson@gmail.com>
Wed, 9 Feb 2022 08:28:58 +0000 (02:28 -0600)
commit0a0f87e8bf5df21008050b1d085341f5bf2bcb97
treed9683520f445ef84c3d7e86fd9332e7c73b26917
parentabb3f265d3bcd71de5cfedda4032a514d9cff358
Split classes.py into separate modules.
Create gui.py, session.py, tree.py, gedcom.py.
Update version to 1.0.2-rc.2.
Add classes directory to setup.cfg.
13 files changed:
getmyancestors/__init__.py
getmyancestors/classes/__init__.py
getmyancestors/classes/classes.py [deleted file]
getmyancestors/classes/constants.py [moved from getmyancestors/constants.py with 100% similarity]
getmyancestors/classes/gedcom.py [new file with mode: 0644]
getmyancestors/classes/gui.py [new file with mode: 0644]
getmyancestors/classes/session.py [new file with mode: 0644]
getmyancestors/classes/translation.py [moved from getmyancestors/translation.py with 100% similarity]
getmyancestors/classes/tree.py [new file with mode: 0644]
getmyancestors/fstogedcom.py
getmyancestors/getmyancestors.py
getmyancestors/mergemyancestors.py
setup.cfg