mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
lib changed to lib/old_lib to have a starting point
This commit is contained in:
parent
a2a10048b6
commit
c13e48c026
2 changed files with 39 additions and 2 deletions
|
|
@ -1 +1,38 @@
|
|||
from .lib_old import *
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Pype lib module."""
|
||||
from .lib_old import (
|
||||
_subprocess,
|
||||
get_paths_from_environ,
|
||||
get_ffmpeg_tool_path,
|
||||
get_hierarchy,
|
||||
add_tool_to_environment,
|
||||
modified_environ,
|
||||
pairwise,
|
||||
grouper,
|
||||
is_latest,
|
||||
any_outdated,
|
||||
_rreplace,
|
||||
version_up,
|
||||
switch_item,
|
||||
_get_host_name,
|
||||
get_asset,
|
||||
get_project,
|
||||
get_version_from_path,
|
||||
get_last_version_from_path,
|
||||
get_avalon_database,
|
||||
set_io_database,
|
||||
filter_pyblish_plugins,
|
||||
get_subsets,
|
||||
CustomNone,
|
||||
execute_hook,
|
||||
PypeHook,
|
||||
get_linked_assets,
|
||||
map_subsets_by_family,
|
||||
BuildWorkfile,
|
||||
ffprobe_streams,
|
||||
source_hash,
|
||||
get_latest_version,
|
||||
ApplicationLaunchFailed,
|
||||
launch_application,
|
||||
ApplicationAction
|
||||
)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ from abc import ABCMeta, abstractmethod
|
|||
from avalon import io, pipeline
|
||||
import six
|
||||
import avalon.api
|
||||
from .api import config, Anatomy, Logger
|
||||
from ..api import config, Anatomy, Logger
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue