| Index: sky/tools/webkitpy/common/system/executive_unittest.py
|
| diff --git a/sky/tools/webkitpy/common/system/executive_unittest.py b/sky/tools/webkitpy/common/system/executive_unittest.py
|
| index 304dc873c7490ace9c5506c1400f163fecac97a5..50aa8ab5894e5dff0f3bcf601b0953deda9b4eaa 100644
|
| --- a/sky/tools/webkitpy/common/system/executive_unittest.py
|
| +++ b/sky/tools/webkitpy/common/system/executive_unittest.py
|
| @@ -36,7 +36,7 @@ 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.
|
| +# that tools and tools/thirdparty are in sys.path for the next imports to work correctly.
|
| 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)
|
|
|