| Index: Tools/Scripts/webkitpy/common/system/executive_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/common/system/executive_unittest.py b/Tools/Scripts/webkitpy/common/system/executive_unittest.py
|
| index 4c5faae90d870bdbfbd12f27cbb43c5c7aac8651..304dc873c7490ace9c5506c1400f163fecac97a5 100644
|
| --- a/Tools/Scripts/webkitpy/common/system/executive_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/common/system/executive_unittest.py
|
| @@ -33,6 +33,7 @@ import signal
|
| import subprocess
|
| import sys
|
| import time
|
| +import unittest
|
|
|
| # Since we execute this script directly as part of the unit tests, we need to ensure
|
| # that Tools/Scripts and Tools/Scripts/thirdparty are in sys.path for the next imports to work correctly.
|
| @@ -43,7 +44,6 @@ third_party_py = os.path.join(script_dir, "webkitpy", "thirdparty")
|
| if third_party_py not in sys.path:
|
| sys.path.append(third_party_py)
|
|
|
| -import webkitpy.thirdparty.unittest2 as unittest
|
|
|
| from webkitpy.common.system.executive import Executive, ScriptError
|
| from webkitpy.common.system.filesystem_mock import MockFileSystem
|
|
|