Added new handler calls to all typeclassed objects
This commit is contained in:
parent
641633a0d4
commit
617d0a3252
4 changed files with 9 additions and 9 deletions
|
|
@ -106,9 +106,9 @@ class ScriptDB(TypedObject):
|
|||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(ScriptDB, self).__init__(*args, **kwargs)
|
||||
_SA(self, "tags", TagHandler(self, category_prefix="script_"))
|
||||
_SA(self, "attributes", AttributeHandler(self))
|
||||
#_SA(self, "aliases", AliasHandler(self, category_prefix="script_"))
|
||||
_SA(self, "tags", TagHandler(self))
|
||||
#_SA(self, "aliases", AliasHandler(self))
|
||||
|
||||
#
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue