Clone of official tools

Revision:
35:da9c89f8be7d
Parent:
31:8ea194f6145b
Child:
36:96847d42f010
--- a/build_api.py	Mon Feb 13 09:29:13 2017 -0600
+++ b/build_api.py	Wed Feb 15 13:53:18 2017 -0600
@@ -29,14 +29,13 @@
     MBED_HEADER, MBED_DRIVERS, MBED_PLATFORM, MBED_HAL, MBED_CONFIG_FILE,\
     MBED_LIBRARIES_DRIVERS, MBED_LIBRARIES_PLATFORM, MBED_LIBRARIES_HAL,\
     BUILD_DIR
-from tools.targets import TARGET_NAMES, TARGET_MAP
+from tools.targets import TARGET_NAMES, TARGET_MAP, set_targets_json_location
 from tools.libraries import Library
 from tools.toolchains import TOOLCHAIN_CLASSES, mbedToolchain
 from jinja2 import FileSystemLoader
 from jinja2.environment import Environment
 from tools.config import Config
 from tools.build_profiles import find_build_profile, get_toolchain_profile, find_targets_json
-from tools.targets import set_targets_json_location
 
 RELEASE_VERSIONS = ['2', '5']