fix import of python 2 comp function

This commit is contained in:
iLLiCiTiT 2021-10-22 18:03:58 +02:00
parent 7cc48b5026
commit cbdd4c2f77

View file

@ -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