| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml_unittest.py
|
| index 8d4505fa27b98d0dd477d0ecc03ea9035e50d7b5..812714286d71ebc1f63b8248a67708e218c80cb5 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml_unittest.py
|
| @@ -23,7 +23,8 @@
|
| """Unit test for xml.py."""
|
|
|
| import unittest
|
| -import xml
|
| +
|
| +from webkitpy.style.checkers import xml
|
|
|
|
|
| class MockErrorHandler(object):
|
|
|