Brian Daniels / mbed-tools

Fork of mbed-tools by Morpheus

Revision:
2:5f044fef8f98
Parent:
0:4a2e5f0422d6
--- a/options.py	Wed Mar 30 16:27:19 2016 +0000
+++ b/options.py	Wed Mar 30 19:28:05 2016 +0100
@@ -15,8 +15,8 @@
 limitations under the License.
 """
 from optparse import OptionParser
-from workspace_tools.toolchains import TOOLCHAINS
-from workspace_tools.targets import TARGET_NAMES
+from tools.toolchains import TOOLCHAINS
+from tools.targets import TARGET_NAMES
 
 
 def get_default_options_parser():