mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed imports to 2.0 in pype/ftrack
This commit is contained in:
parent
d29752c5aa
commit
30abd7ff5c
28 changed files with 46 additions and 68 deletions
|
|
@ -2,10 +2,10 @@ import toml
|
|||
import time
|
||||
from pype.ftrack import AppAction
|
||||
from avalon import lib
|
||||
from app.api import Logger
|
||||
from pypeapp.api import Logger
|
||||
from pype import lib as pypelib
|
||||
|
||||
log = Logger.getLogger(__name__)
|
||||
log = Logger().get_logger(__name__)
|
||||
|
||||
|
||||
def registerApp(app, session):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue