| Index: Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py
|
| index 77551b983b2ca4aeaced20d187ed64784dae4823..7f9e3111586bbf3719d6d54426011180ea216fb2 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/builders_unittest.py
|
| @@ -27,7 +27,7 @@
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| import builders
|
| -import unittest2 as unittest
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
|
|
| class BuildersTest(unittest.TestCase):
|
|
|