resolved import conflict

pull/3993/head
Michael Bartling 2017-03-30 11:56:50 -05:00
parent aebd9810f9
commit 91ed457ce0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from os.path import normpath, realpath
from tools.paths import EXPORT_DIR, MBED_HAL, MBED_LIBRARIES, MBED_TARGETS_PATH
from tools.settings import BUILD_DIR
from tools.export import EXPORTERS, mcu_ide_matrix, export_project, get_exporter_toolchain
from tools.export import EXPORTERS, mcu_ide_matrix, mcu_ide_list, export_project, get_exporter_toolchain
from tools.tests import TESTS, TEST_MAP
from tools.tests import test_known, test_name_known, Test
from tools.targets import TARGET_NAMES