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

@@ -43,6 +43,8 @@ pkgdata_PYTHON = \
GVRelGraph.py\
ImportCSV.py\
ImportGeneWeb.py\
ImportGpkg.py\
ImportGrdb.py\
ImportvCard.py\
IndivComplete.py\
KinshipReport.py\
@@ -57,8 +59,6 @@ pkgdata_PYTHON = \
OwnerEditor.py\
PatchNames.py\
PlaceReport.py\
ReadGrdb.py\
ReadPkg.py\
Rebuild.py\
RebuildRefMap.py\
References.py\