| 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 d6b7d8bc074e27bb4cd749d44da2137ec97bae9a..f0b1f773ca2b076f27ac8d918f93f48958330504 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 webkitpy.thirdparty.unittest2 as unittest
|
| +import unittest
|
|
|
| from webkitpy.common.system import executive_mock
|
| from webkitpy.common.system.systemhost_mock import MockSystemHost
|
|
|