2006-10-09 Alex Roitman <shura@gramps-project.org>

* src/GrampsDb/_GrampsDbBase.py (has_object_handle): Typo.



svn: r7384
This commit is contained in:
Alex Roitman 2006-10-10 04:27:13 +00:00
parent b122516100
commit c509c37272
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-10-09 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsDbBase.py (has_object_handle): Typo.
2006-10-09 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: fix object importation

View File

@ -1853,7 +1853,7 @@ class GrampsDbBase(GrampsDBCallback):
"""
returns True if the handle exists in the current MediaObjectdatabase.
"""
return self.media_map.has_key(str(handle)) != None
return self.media_map.has_key(str(handle))
def has_repository_handle(self, handle):
"""