| 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 be3dac323e78605bd1fb4bab9daea3d4345c3de9..76d30e3363ab9bb590f3f484ffa7c301b14f6c6a 100644
|
| --- a/Tools/Scripts/webkitpy/common/system/executive_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/common/system/executive_unittest.py
|
| @@ -39,14 +39,10 @@ import time
|
| script_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
| if script_dir not in sys.path:
|
| sys.path.append(script_dir)
|
| -third_party_py = os.path.join(script_dir, "webkitpy", "thirdparty", "autoinstalled")
|
| -if third_party_py not in sys.path:
|
| - sys.path.append(third_party_py)
|
| -
|
| -import unittest2 as unittest
|
|
|
| from webkitpy.common.system.executive import Executive, ScriptError
|
| from webkitpy.common.system.filesystem_mock import MockFileSystem
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
|
|
| class ScriptErrorTest(unittest.TestCase):
|
|
|