Index: chrome/test/chromedriver/test/run_java_tests.py |
diff --git a/chrome/test/chromedriver/test/run_java_tests.py b/chrome/test/chromedriver/test/run_java_tests.py |
index 72595332c109abd993492ac274bb1750d27928c0..50087401c2e5c5505b32b05a9af2cf5fca697fb0 100755 |
--- a/chrome/test/chromedriver/test/run_java_tests.py |
+++ b/chrome/test/chromedriver/test/run_java_tests.py |
@@ -18,7 +18,7 @@ import sys |
import xml.dom.minidom as minidom |
_THIS_DIR = os.path.abspath(os.path.dirname(__file__)) |
-sys.path.insert(0, os.path.join(_THIS_DIR, os.pardir)) |
+sys.path.append(os.path.join(_THIS_DIR, os.pardir)) |
frankf
2013/08/09 21:34:11
This might be problematic if there are python modu
chrisgao (Use stgao instead)
2013/08/09 22:52:48
Good catch.
But let's make it simpler: do the ins
|
import chrome_paths |
import test_environment |