From 27f7aeef4710dfaf1d3c3f52ba473e1c3d8cd218 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Mon, 21 Nov 2016 11:26:21 -0600 Subject: [PATCH] Add sys import to config --- tools/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/config.py b/tools/config.py index 43edfc17ba..d8a82d43c7 100644 --- a/tools/config.py +++ b/tools/config.py @@ -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, \