| Index: Tools/Scripts/webkitpy/layout_tests/port/linux_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/linux_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/linux_unittest.py
|
| index 4dc3460166eda885dced42f6cf453bff44101d54..c65e2c2fcefdc446f66f84123f3e2de6df71cbe8 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/linux_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/linux_unittest.py
|
| @@ -26,7 +26,7 @@
|
| # (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 unittest2 as unittest
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
| from webkitpy.common.system import executive_mock
|
| from webkitpy.common.system.systemhost_mock import MockSystemHost
|
|
|