Brian Daniels / mbed-tools

Fork of mbed-tools by Morpheus

Revision:
2:5f044fef8f98
Parent:
0:4a2e5f0422d6
--- a/export/iar.py	Wed Mar 30 16:27:19 2016 +0000
+++ b/export/iar.py	Wed Mar 30 19:28:05 2016 +0100
@@ -18,8 +18,8 @@
 import os
 from project_generator_definitions.definitions import ProGenDef
 
-from workspace_tools.export.exporters import Exporter
-from workspace_tools.targets import TARGET_MAP, TARGET_NAMES
+from tools.export.exporters import Exporter
+from tools.targets import TARGET_MAP, TARGET_NAMES
 
 # If you wish to add a new target, add it to project_generator_definitions, and then
 # define progen_target name in the target class (`` self.progen_target = 'my_target_name' ``)