Merge pull request #22 from pypeclub/fix/collect_templates

removing import of maya
This commit is contained in:
Jakub Ježek 2018-11-14 11:15:50 -05:00 committed by GitHub
commit e3007f47f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
from maya import cmds
from app.api import (
Templates
)