| Index: Tools/Scripts/webkitpy/common/system/outputtee_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py b/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py
|
| index fff1df41e46d834ba4f7ec358df1dceef0369dd5..6a509f0c219ace4bed8ef113418347a39a7d7319 100644
|
| --- a/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py
|
| @@ -27,7 +27,7 @@
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| import StringIO
|
| -import webkitpy.thirdparty.unittest2 as unittest
|
| +import unittest
|
|
|
| from webkitpy.common.system.outputtee import Tee, OutputTee
|
|
|
|
|