* src/ReadGedcom.py: remove extra commits

svn: r3601
This commit is contained in:
Don Allingham
2004-10-07 04:06:43 +00:00
parent 7af735c6cf
commit 5c2503b652
3 changed files with 4 additions and 6 deletions

View File

@ -132,13 +132,12 @@ class GrampsDbBase:
Returns 1 if the database has been opened.
"""
return self.person_map != None
def commit_person(self,person,transaction,change_time=None):
"""
Commits the specified Person to the database, storing the changes
as part of the transaction.
"""
if change_time:
person.change = int(change_time)
else: