File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 21
21
from __future__ import print_function
22
22
from builtins import str
23
23
import sys
24
- import json
25
- from time import sleep
26
- from shutil import copy
27
24
from os .path import join , abspath , dirname
28
- from json import load , dump
29
25
30
26
# Be sure that the tools directory is in the search path
31
27
ROOT = abspath (join (dirname (__file__ ), ".." ))
41
37
from tools .tests import TESTS , Test , TEST_MAP
42
38
from tools .tests import TEST_MBED_LIB
43
39
from tools .tests import test_known , test_name_known
44
- from tools .targets import TARGET_MAP
45
40
from tools .options import get_default_options_parser
46
41
from tools .options import extract_profile
47
42
from tools .options import extract_mcus
54
49
from utils import argparse_filestring_type
55
50
from utils import argparse_many
56
51
from utils import argparse_dir_not_parent
57
- from tools .toolchains import mbedToolchain , TOOLCHAIN_CLASSES , TOOLCHAIN_PATHS
52
+ from tools .toolchains import TOOLCHAIN_CLASSES , TOOLCHAIN_PATHS
58
53
59
54
60
55
def default_args_dict (options ):
You can’t perform that action at this time.
0 commit comments