| Index: sky/tools/webkitpy/layout_tests/port/mock_drt.py
|
| diff --git a/sky/tools/webkitpy/layout_tests/port/mock_drt.py b/sky/tools/webkitpy/layout_tests/port/mock_drt.py
|
| index d6c1bc0beb9fe25269fcf9f2ae478f7582c833b7..2fdd6a7571eebe227267a5352ffed5b5d99a0e08 100644
|
| --- a/sky/tools/webkitpy/layout_tests/port/mock_drt.py
|
| +++ b/sky/tools/webkitpy/layout_tests/port/mock_drt.py
|
| @@ -44,7 +44,7 @@ import sys
|
| import types
|
|
|
| # Since we execute this script directly as part of the unit tests, we need to ensure
|
| -# that Tools/Scripts is in sys.path for the next imports to work correctly.
|
| +# that tools is 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)
|
|
|