diff --git a/external_file_location/tests/__init__.py b/external_file_location/tests/__init__.py index 68bfe0b9..a617ed58 100644 --- a/external_file_location/tests/__init__.py +++ b/external_file_location/tests/__init__.py @@ -20,6 +20,6 @@ # ############################################################################### -import mock_server -import test_sftp +from . import mock_server +from . import test_sftp