| Index: Tools/Scripts/webkitpy/common/newstringio_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/common/newstringio_unittest.py b/Tools/Scripts/webkitpy/common/newstringio_unittest.py
|
| index 67047220477d16e922626959977714be06337ed3..4b68695f6b919b9486cc59bd222bb95198db88c6 100644
|
| --- a/Tools/Scripts/webkitpy/common/newstringio_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/common/newstringio_unittest.py
|
| @@ -28,7 +28,7 @@
|
|
|
| """Unit tests for newstringio module."""
|
|
|
| -import unittest2 as unittest
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
| import newstringio
|
|
|
|
|