| 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 1f7babfd67e733ef747d644d1a0431e5b508ffca..28ed16bc314bcbe729d92d3a9d5c8028b56669d0 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| @@ -26,9 +26,9 @@
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -import optparse
|
| import StringIO
|
| -import webkitpy.thirdparty.unittest2 as unittest
|
| +import optparse
|
| +import unittest
|
|
|
| from webkitpy.common.host_mock import MockHost
|
| from webkitpy.layout_tests import lint_test_expectations
|
|
|