* 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.

View File

@ -1372,7 +1372,7 @@ class GrampsBSDDB(GrampsDbBase, UpdateCallback):
return self.__get_obj_from_gramps_id(val, self.nid_trans, Note,
self.note_map)
def __commit_base(self, obj, data_map, key, update_list, add_list,
def commit_base(self, obj, data_map, key, update_list, add_list,
transaction, change_time):
"""
Commits the specified object to the database, storing the changes