svn: r6703

This commit is contained in:
Don Allingham
2006-05-18 03:14:55 +00:00
parent ad2e6ddbeb
commit ed6e277141
17 changed files with 36 additions and 52 deletions

View File

@@ -1721,7 +1721,7 @@ class GrampsDbBase(GrampsDBCallback):
"""
returns True if the handle exists in the current Repository database.
"""
return self.repository_map.has_key(str(handle)) != False
return self.repository_map.has_key(str(handle))
def _sortbyname(self, first, second):
name1 = self.person_map.get(str(first))[3].sname