summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testcases/vIMS/vIMS.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/vIMS/vIMS.py b/testcases/vIMS/vIMS.py
index 3cdbab9b4..260cb4ce2 100644
--- a/testcases/vIMS/vIMS.py
+++ b/testcases/vIMS/vIMS.py
@@ -26,8 +26,8 @@ import glanceclient.client as glclient
import novaclient.client as nvclient
from neutronclient.v2_0 import client as ntclient
-import clearwater
-import orchestrator
+from clearwater import *
+from orchestrator import *
import functest.utils.functest_logger as ft_logger
import functest.utils.functest_utils as functest_utils