| Index: Tools/Scripts/webkitpy/test/skip_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/test/skip_unittest.py b/Tools/Scripts/webkitpy/test/skip_unittest.py
|
| index bfcb6a67c2cc92ca58894b05048ef7a7931625ff..92ba0a03ebac76eecef337cbc585b52676e241c0 100644
|
| --- a/Tools/Scripts/webkitpy/test/skip_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/test/skip_unittest.py
|
| @@ -22,7 +22,7 @@
|
|
|
| import StringIO
|
| import logging
|
| -import unittest2 as unittest
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
| from webkitpy.test.skip import skip_if
|
|
|
|
|