Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
move import of LegacyCreator to function
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Mar 14, 2022
1 parent 019ce61 commit 25c7e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import functools
import logging

from openpype.pipeline import LegacyCreator
from .settings import get_project_settings
from .lib import (
Anatomy,
Expand Down Expand Up @@ -76,6 +75,7 @@ def install():
"""Install Pype to Avalon."""
from pyblish.lib import MessageHandler
from openpype.modules import load_modules
from openpype.pipeline import LegacyCreator
from avalon import pipeline

# Make sure modules are loaded
Expand Down

0 comments on commit 25c7e56

Please sign in to comment.