| 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 8d06916f8b5004b6bc0d80269a9d38aa47e35a42..45b7a69b2b3afea944a4f722668e27e0c8894a0d 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 unittest2 as unittest
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
| from webkitpy.common.system.outputtee import Tee, OutputTee
|
|
|
|
|