summaryrefslogtreecommitdiff
path: root/Tools/Scripts/webkitpy/common/system/logtesting.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/webkitpy/common/system/logtesting.py')
-rw-r--r--Tools/Scripts/webkitpy/common/system/logtesting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Scripts/webkitpy/common/system/logtesting.py b/Tools/Scripts/webkitpy/common/system/logtesting.py
index 0cfa6cb0a..1aba1726a 100644
--- a/Tools/Scripts/webkitpy/common/system/logtesting.py
+++ b/Tools/Scripts/webkitpy/common/system/logtesting.py
@@ -32,7 +32,7 @@ see the TestLogStream class, and perhaps also the LogTesting class.
"""
import logging
-import unittest
+import unittest2 as unittest
class TestLogStream(object):