mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fixed import of lib in djv action
This commit is contained in:
parent
b8766ca3e1
commit
320572a94d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from operator import itemgetter
|
|||
import ftrack_api
|
||||
from pype.ftrack import BaseAction
|
||||
from app.api import Logger
|
||||
from pype import pypelib
|
||||
from pype import lib as pypelib
|
||||
|
||||
|
||||
log = Logger.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue