mirror of https://github.com/ARMmbed/mbed-os.git
Fixing path comparisons on Windows
parent
801e555121
commit
e239549585
|
@ -19,6 +19,8 @@ import os
|
|||
import json
|
||||
import pytest
|
||||
from mock import patch
|
||||
from hypothesis import given
|
||||
from hypothesis.strategies import sampled_from
|
||||
from os.path import join, isfile, dirname, abspath, normpath
|
||||
from tools.build_api import get_config
|
||||
from tools.targets import set_targets_json_location
|
||||
|
|
Loading…
Reference in New Issue