From c71adf8b96db7a3a12b4ff81722e3e14b65b3e02 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Sat, 12 Feb 2022 10:59:01 +0100 Subject: [PATCH] Fix refactor of Houdini host move for CreateArnoldAss --- openpype/hosts/houdini/plugins/create/create_arnold_ass.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/hosts/houdini/plugins/create/create_arnold_ass.py b/openpype/hosts/houdini/plugins/create/create_arnold_ass.py index 2af9a71cdd..72088e43b0 100644 --- a/openpype/hosts/houdini/plugins/create/create_arnold_ass.py +++ b/openpype/hosts/houdini/plugins/create/create_arnold_ass.py @@ -1,7 +1,7 @@ -from avalon import houdini +from openpype.hosts.houdini.api import plugin -class CreateArnoldAss(houdini.Creator): +class CreateArnoldAss(plugin.Creator): """Arnold .ass Archive""" label = "Arnold ASS"