Missing method for tags

svn: r19986
This commit is contained in:
Doug Blank 2012-07-11 14:12:37 +00:00
parent ee1e4eb2f7
commit c59fe9fd71

View File

@ -584,6 +584,10 @@ class DictionaryDb(DbWriteBase, DbReadBase):
media = self.media_map[handle]
return media
def get_tag_from_handle(self, handle):
tag = self.tag_map[handle]
return tag
def get_default_person(self):
return None