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..c472b8c9963fa6d14e85db47541a5a8027148103 100644 |
--- a/chrome/test/install_test/install_test.py |
+++ b/chrome/test/install_test/install_test.py |
@@ -22,6 +22,8 @@ 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')) |
frankf
2013/05/28 17:41:43
Delete?
Sami
2013/05/28 18:13:30
Well spotted, thanks.
|
+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 |