mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fix import of python 2 comp function
This commit is contained in:
parent
7cc48b5026
commit
cbdd4c2f77
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import weakref
|
|||
try:
|
||||
from weakref import WeakMethod
|
||||
except Exception:
|
||||
from openpype.lib.python2_comp import WeakMethod
|
||||
from openpype.lib.python_2_comp import WeakMethod
|
||||
|
||||
import avalon.api
|
||||
import pyblish.api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue