* src/GrampsDb/_GrampsBSDDB.py (commit_base): Rename method.

svn: r8667
This commit is contained in:
Alex Roitman
2007-06-25 16:22:38 +00:00
parent 37ee59aff7
commit 2b16d0f35d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
2007-06-25 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py (commit_base): Rename method.
* src/GrampsDb/_GrampsDBDir.py (commit_base): Rename method.
* src/GrampsDb/_GrampsDbBase.py: Rename __commit_base into commit
base: caused problems with python2.4 scoping.