Add sys import to config

pull/3307/head
Jimmy Brisson 2016-11-21 11:26:21 -06:00
parent cb930e7482
commit 27f7aeef47
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, \