2006-10-09 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsDbBase.py (has_object_handle): Typo. svn: r7384
This commit is contained in:
parent
b122516100
commit
c509c37272
@ -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
|
||||
|
||||
|
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user