| Index: Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| index df51d5deab3d645b43c269fa84b2d1ddb7687154..981a4ef9ee243901593df54b70ac619de6708197 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| @@ -28,7 +28,7 @@
|
|
|
| import optparse
|
| import StringIO
|
| -import unittest2 as unittest
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
| from webkitpy.common.host_mock import MockHost
|
| from webkitpy.layout_tests import lint_test_expectations
|
|
|