| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations_unittest.py
|
| index 2286c39dd500f88f67da6abf68896efb32cabc15..e3493e03ff7e40b94d24f77531530d12c65ce75c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations_unittest.py
|
| @@ -31,9 +31,12 @@ import unittest
|
|
|
| from webkitpy.common.host_mock import MockHost
|
| from webkitpy.common.system.outputcapture import OutputCapture
|
| -
|
| -from webkitpy.layout_tests.models.test_configuration import *
|
| -from webkitpy.layout_tests.models.test_expectations import *
|
| +from webkitpy.layout_tests.models.test_configuration import TestConfiguration, TestConfigurationConverter
|
| +from webkitpy.layout_tests.models.test_expectations import (
|
| + TestExpectationLine, TestExpectations, ParseError, TestExpectationParser,
|
| + PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO,
|
| + TIMEOUT, CRASH, LEAK, SKIP, WONTFIX, NEEDS_REBASELINE, MISSING
|
| +)
|
|
|
|
|
| class Base(unittest.TestCase):
|
|
|