Latest updates to new modules

svn: r13101
This commit is contained in:
Gerald Britton
2009-08-21 20:06:11 +00:00
parent 74b308773e
commit ae404f496f
2 changed files with 9 additions and 10 deletions

View File

@ -1387,13 +1387,6 @@ class GrampsDBDir(GrampsDbRead, Callback, UpdateCallback):
transaction.add(key, op, handle, old_data, new_data)
return old_data
def do_commit(self, add_list, db_map):
retlist = []
for (handle, data) in add_list:
db_map.put(handle, data, self.txn)
retlist.append(str(handle))
return retlist
def commit_person(self, person, transaction, change_time=None):
"""
Commit the specified Person to the database, storing the changes as