Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code.

svn: r11173
This commit is contained in:
Brian Matherly
2008-10-21 04:22:45 +00:00
parent 80c4621e7e
commit dfd426e5ca
11 changed files with 304 additions and 393 deletions

View File

@ -31,11 +31,6 @@
# constants
#
#-------------------------------------------------------------------------
APP_GRAMPS = "application/x-gramps"
APP_GRAMPS_XML = "application/x-gramps-xml"
APP_GEDCOM = "application/x-gedcom"
APP_GRAMPS_PKG = "application/x-gramps-package"
APP_GENEWEB = "application/x-geneweb"
PERSON_KEY = 0
FAMILY_KEY = 1