Skip to content

Commit 27f7aee

Browse files
committed
Add sys import to config
1 parent cb930e7 commit 27f7aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
from copy import deepcopy
1919
import os
20+
import sys
2021
# Implementation of mbed configuration mechanism
2122
from tools.utils import json_file_to_dict
2223
from tools.targets import CUMULATIVE_ATTRIBUTES, TARGET_MAP, \

0 commit comments

Comments
 (0)