mirror of https://github.com/ARMmbed/mbed-os.git
Add sys import to config
parent
cb930e7482
commit
27f7aeef47
|
@ -17,6 +17,7 @@ limitations under the License.
|
|||
|
||||
from copy import deepcopy
|
||||
import os
|
||||
import sys
|
||||
# Implementation of mbed configuration mechanism
|
||||
from tools.utils import json_file_to_dict
|
||||
from tools.targets import CUMULATIVE_ATTRIBUTES, TARGET_MAP, \
|
||||
|
|
Loading…
Reference in New Issue