diff --git a/pype/lib/__init__.py b/pype/lib/__init__.py index 51f305950c..862a2dd674 100644 --- a/pype/lib/__init__.py +++ b/pype/lib/__init__.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- """Pype lib module.""" +from .lib_old import * + from .hooks import PypeHook, execute_hook from .plugin_tools import filter_pyblish_plugins diff --git a/pype/lib.py b/pype/lib/lib_old.py similarity index 100% rename from pype/lib.py rename to pype/lib/lib_old.py