summaryrefslogtreecommitdiffstats
path: root/o3d/tests/selenium/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/tests/selenium/main.py')
-rw-r--r--o3d/tests/selenium/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/o3d/tests/selenium/main.py b/o3d/tests/selenium/main.py
index cc19ad7..d8425a0 100644
--- a/o3d/tests/selenium/main.py
+++ b/o3d/tests/selenium/main.py
@@ -45,7 +45,8 @@ script_dir = os.path.normpath(os.path.dirname(os.path.abspath(__file__)))
o3d_dir = os.path.dirname(os.path.dirname(script_dir))
src_dir = os.path.dirname(o3d_dir)
third_party_dir = os.path.join(src_dir, 'third_party')
-gflags_dir = os.path.join(third_party_dir, 'gflags', 'python')
+o3d_third_party_dir = os.path.join(o3d_dir, 'third_party')
+gflags_dir = os.path.join(o3d_third_party_dir, 'gflags', 'python')
selenium_dir = os.path.join(third_party_dir, 'selenium_rc', 'files')
selenium_py_dir = os.path.join(selenium_dir, 'selenium-python-client-driver')
sys.path.append(gflags_dir)