2007-06-16 Don Allingham <don@gramps-project.org>

* src/GrampsCfg.py: additional database path
	* src/Config/_GrampsConfigKeys.py: additional database path
	* src/DbManager.py: additional database path
	* src/GrampsDbUtils/Makefile.am: additional database path
	* src/Makefile.am: additional database path
	* data/gramps.schemas.in: additional database path



svn: r8563
This commit is contained in:
Don Allingham
2007-06-16 23:17:29 +00:00
parent 7bc7631d25
commit 9059ddedec
8 changed files with 99 additions and 57 deletions

View File

@ -25,7 +25,7 @@ import BaseDoc
class SimpleDoc:
"""
Provides a simplified database access interface to the GRAMPS database.
Provides a simplified database access interface to the GRAMPS database.
"""
def __init__(self, doc):