fix relative imports for 2.x compatibility

This commit is contained in:
Milan Kolar 2020-10-28 16:07:09 +01:00
parent d299c21a0a
commit d11ef77236
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import subprocess
import getpass
import acre
import platform
from . import execute_hook
from pype.lib.hooks import execute_hook
from avalon import io, pipeline
import avalon.api

View file

@ -4,7 +4,7 @@ import os
import inspect
import logging
from .api import config
from ..api import config
log = logging.getLogger(__name__)