| Index: Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py b/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py
|
| index f9dd20bc2c6a27ff80954c8f383c02758ca5f21a..23151b39b746bfcdfe69ba732b46b2479fb8f398 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py
|
| @@ -27,7 +27,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.host_mock import MockHost
|
| from webkitpy.common.system.systemhost_mock import MockSystemHost
|
|
|