2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net>

* src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir)



svn: r7763
This commit is contained in:
Zsolt Foldvari 2006-12-05 19:08:21 +00:00
parent bb6d32ac15
commit bb823f977e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-12-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir)
2006-12-04 Don Allingham <don@gramps-project.org>
* src/DataViews/_RelationView.py: fix reorder spouse sensitivity
* src/GrampsDb/_ReadGedcom.py: Handle notes with the way that

View File

@ -358,7 +358,7 @@ class GrampsBSDDB(GrampsDbBase,UpdateCallback):
# Environment name is now based on the filename
drive, tmp_name = os.path.splitdrive(self.full_name)
tmp_name = tmp_name.lstrip(os.sep)
env_name = os.path.join(os.path.expanduser(const.env_dir),
env_name = os.path.join(os.path.expanduser(const.bsddbenv_dir),
tmp_name)
# Create the env dir if it does not exist