Missing method for tags
svn: r19986
This commit is contained in:
@@ -584,6 +584,10 @@ class DictionaryDb(DbWriteBase, DbReadBase):
|
|||||||
media = self.media_map[handle]
|
media = self.media_map[handle]
|
||||||
return media
|
return media
|
||||||
|
|
||||||
|
def get_tag_from_handle(self, handle):
|
||||||
|
tag = self.tag_map[handle]
|
||||||
|
return tag
|
||||||
|
|
||||||
def get_default_person(self):
|
def get_default_person(self):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user