mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix relative imports for 2.x compatibility
This commit is contained in:
parent
d299c21a0a
commit
d11ef77236
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import os
|
|||
import inspect
|
||||
import logging
|
||||
|
||||
from .api import config
|
||||
from ..api import config
|
||||
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue