| Index: chrome/test/install_test/theme_updater.py
|
| diff --git a/chrome/test/install_test/theme_updater.py b/chrome/test/install_test/theme_updater.py
|
| index 190eabf0cdbc519491210dd21d6c6dce169fd508..34b1574594b6d1c4a20a227a50687f36d9bf52d3 100644
|
| --- a/chrome/test/install_test/theme_updater.py
|
| +++ b/chrome/test/install_test/theme_updater.py
|
| @@ -4,6 +4,11 @@
|
|
|
| """Update tests for themes."""
|
| import os
|
| +import sys
|
| +
|
| +_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
|
| +sys.path.append(os.path.join(_DIRECTORY, os.path.pardir, os.path.pardir,
|
| + os.path.pardir, 'build', 'buildpylib'))
|
|
|
| from common import util
|
|
|
|
|