From 9f520598cf813246670df92e7df257023ed2ad04 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Mon, 10 Apr 2017 10:27:37 +0800 Subject: import from absolute path in TestAPI unit Change-Id: Ic42db22d825229713b38c75c141af7742ca65dd3 Signed-off-by: SerenaFeng --- testapi/opnfv_testapi/tests/unit/test_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapi/opnfv_testapi/tests/unit/test_version.py') diff --git a/testapi/opnfv_testapi/tests/unit/test_version.py b/testapi/opnfv_testapi/tests/unit/test_version.py index c8f3f50..5cd83fd 100644 --- a/testapi/opnfv_testapi/tests/unit/test_version.py +++ b/testapi/opnfv_testapi/tests/unit/test_version.py @@ -9,7 +9,7 @@ import unittest from opnfv_testapi.resources import models -import test_base as base +from opnfv_testapi.tests.unit import test_base as base class TestVersionBase(base.TestBase): -- cgit 1.2.3-korg