Alessandro Angelino / mbed-tools

Fork of mbed-tools by Morpheus

Revision:
2:5f044fef8f98
Parent:
0:4a2e5f0422d6
--- a/host_tests/host_test.py	Wed Mar 30 16:27:19 2016 +0000
+++ b/host_tests/host_test.py	Wed Mar 30 19:28:05 2016 +0100
@@ -35,8 +35,8 @@
 # we can find packages we want from the same level as other files do
 import sys
 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
-from workspace_tools.test_api import get_autodetected_MUTS_list
-from workspace_tools.test_api import get_module_avail
+from tools.test_api import get_autodetected_MUTS_list
+from tools.test_api import get_module_avail
 
 
 class Mbed:
@@ -313,7 +313,7 @@
         self.RESULT_MBED_ASSERT = "mbed_assert"
 
 
-import workspace_tools.host_tests as host_tests
+import tools.host_tests as host_tests
 
 
 class Test(HostTestResults):