diff --git a/openpype/tools/publisher/control.py b/openpype/tools/publisher/control.py index 0929157288..24ec9dcb0e 100644 --- a/openpype/tools/publisher/control.py +++ b/openpype/tools/publisher/control.py @@ -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