summaryrefslogtreecommitdiffstats
path: root/tests/ansible_api_test.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-11-09 14:47:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-09 14:47:36 +0000
commit939299c36b3cf79f198d4a4849345eabd878973b (patch)
treec859592ecf932107c11a77f45e1d40c1a888ec63 /tests/ansible_api_test.py
parent8f27035ce5d24eca2382c01acf645851bd9f8c82 (diff)
parenteed3a9fc0bf490bef2e1c7cc597db6063c11bcac (diff)
Merge "Merge func to utils"
Diffstat (limited to 'tests/ansible_api_test.py')
-rw-r--r--tests/ansible_api_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ansible_api_test.py b/tests/ansible_api_test.py
index 613d5f7e..a259c422 100644
--- a/tests/ansible_api_test.py
+++ b/tests/ansible_api_test.py
@@ -6,7 +6,7 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-from func.ansible_api import AnsibleApi
+from utils.ansible_api import AnsibleApi
class TestClass: