Import tests for #681

This commit is contained in:
Petr Kalis 2020-11-04 18:49:09 +01:00
parent 8f01ab2109
commit 3ac01c5543

View file

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