mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3307 from theotherjimmy/import-sys-in-config
Add sys import to configpull/3321/head
commit
d215e4fa63
|
@ -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