Fixing path comparisons on Windows

pull/9967/head
Brian Daniels 2019-03-07 14:02:31 -06:00
parent 801e555121
commit e239549585
1 changed files with 2 additions and 0 deletions

View File

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