diff --git a/pype/tests/test_lib_restructuralization.py b/pype/tests/test_lib_restructuralization.py index e167c5f555..92197c8232 100644 --- a/pype/tests/test_lib_restructuralization.py +++ b/pype/tests/test_lib_restructuralization.py @@ -1,5 +1,4 @@ -# Test for backward compability of restructure of lib.py into lib library -# #664 +# Test for backward compatibility of restructure of lib.py into lib library # Contains simple imports that should still work @@ -9,5 +8,13 @@ def test_backward_compatibility(printer): from pype.lib import filter_pyblish_plugins from pype.lib import execute_hook from pype.lib import PypeHook + + from pype.lib import get_latest_version + from pype.lib import ApplicationLaunchFailed + from pype.lib import launch_application + from pype.lib import ApplicationAction + from pype.lib import get_avalon_database + from pype.lib import set_io_database + except ImportError as e: - raise \ No newline at end of file + raise