fixed imports

This commit is contained in:
iLLiCiTiT 2020-12-03 13:11:19 +01:00
parent db1c5b4a8d
commit ce8c200de1
3 changed files with 1 additions and 10 deletions

View file

@ -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",

View file

@ -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 (

View file

@ -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