mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed imports
This commit is contained in:
parent
db1c5b4a8d
commit
ce8c200de1
3 changed files with 1 additions and 10 deletions
|
|
@ -31,8 +31,6 @@ from .applications import (
|
|||
ApplicationManager,
|
||||
PreLaunchHook,
|
||||
PostLaunchHook,
|
||||
launch_application,
|
||||
ApplicationAction,
|
||||
_subprocess
|
||||
)
|
||||
|
||||
|
|
@ -50,9 +48,6 @@ from .ffmpeg_utils import (
|
|||
)
|
||||
|
||||
__all__ = [
|
||||
"get_avalon_database",
|
||||
"set_io_database",
|
||||
|
||||
"env_value_to_bool",
|
||||
"get_paths_from_environ",
|
||||
|
||||
|
|
@ -77,8 +72,6 @@ __all__ = [
|
|||
"ApplicationManager",
|
||||
"PreLaunchHook",
|
||||
"PostLaunchHook",
|
||||
"launch_application",
|
||||
"ApplicationAction",
|
||||
|
||||
"filter_pyblish_plugins",
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ from abc import ABCMeta, abstractmethod
|
|||
|
||||
import six
|
||||
|
||||
from pype.settings import system_settings, environemtns
|
||||
from pype.settings import system_settings, environments
|
||||
from ..api import Logger
|
||||
|
||||
from .python_module_tools import (
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ def test_backward_compatibility(printer):
|
|||
|
||||
from pype.lib import get_latest_version
|
||||
from pype.lib import ApplicationLaunchFailed
|
||||
from pype.lib import launch_application
|
||||
from pype.lib import ApplicationAction
|
||||
|
||||
from pype.lib import get_ffmpeg_tool_path
|
||||
from pype.lib import get_last_version_from_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue