| Index: chrome/test/install_test/install_test.py
|
| diff --git a/chrome/test/install_test/install_test.py b/chrome/test/install_test/install_test.py
|
| index 71aab87dd2430d680cb9401f501705fcb159e7dd..bef878bb385d839244b31dba5267aa1f64ccace5 100644
|
| --- a/chrome/test/install_test/install_test.py
|
| +++ b/chrome/test/install_test/install_test.py
|
| @@ -21,7 +21,8 @@ _DIRECTORY = os.path.dirname(os.path.abspath(__file__))
|
| sys.path.append(os.path.join(_DIRECTORY, os.path.pardir, os.path.pardir,
|
| os.path.pardir, 'third_party', 'webdriver',
|
| 'pylib'))
|
| -sys.path.append(os.path.join(_DIRECTORY, os.path.pardir, 'pylib'))
|
| +sys.path.append(os.path.join(_DIRECTORY, os.path.pardir, os.path.pardir,
|
| + os.path.pardir, 'build', 'util', 'lib'))
|
|
|
| # This import should go after sys.path is set appropriately.
|
| from chrome import Chrome
|
|
|