fix wrong import in blender init

This commit is contained in:
Milan Kolar 2021-01-28 12:40:20 +01:00
parent a49191fe7c
commit 174c9b760a

View file

@ -1,3 +1,3 @@
from pype.hosts import blender.api
from pype.hosts.blender import api
blender.api.install()
api.install()