From 3a9991d26f7bd376cf4ead93ce36434110ab6605 Mon Sep 17 00:00:00 2001 From: Valentin Chemiere Date: Mon, 27 Apr 2015 12:16:00 +0200 Subject: [PATCH] relative import --- external_file_location/tests/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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