Merge pull request #3307 from theotherjimmy/import-sys-in-config

Add sys import to config
pull/3321/head
Martin Kojtal 2016-11-22 22:13:43 +00:00 committed by GitHub
commit d215e4fa63
1 changed files with 1 additions and 0 deletions

View File

@ -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, \