diff --git a/pype/hosts/blender/startup/init.py b/pype/hosts/blender/startup/init.py index 9d078f44a3..75fe4d30f7 100644 --- a/pype/hosts/blender/startup/init.py +++ b/pype/hosts/blender/startup/init.py @@ -1,3 +1,3 @@ -from pype.hosts import blender.api +from pype.hosts.blender import api -blender.api.install() +api.install()