Change family name.

This commit is contained in:
Toke Stuart Jepsen 2020-05-25 12:54:09 +01:00
parent 2941a6c293
commit 654f7b2f7d
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ from avalon import api, harmony
class ImportTemplateLoader(api.Loader):
"""Import templates."""
families = ["template"]
families = ["harmony.template"]
representations = ["*"]
label = "Import Template"