summaryrefslogtreecommitdiff
path: root/scripts/setup-path.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-path.py')
-rwxr-xr-xscripts/setup-path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-path.py b/scripts/setup-path.py
index 87600e37e0..fcd713c655 100755
--- a/scripts/setup-path.py
+++ b/scripts/setup-path.py
@@ -37,7 +37,7 @@ from os.path import realpath, dirname, join
# Walk back to checkout base directory
dir = dirname(dirname(realpath(__file__)))
# Walk in to libraries directory
-dir = join(join(join(dir, 'indra'), 'lib'), 'python')
+dir = join(dir, 'indra', 'lib', 'python')
if dir not in sys.path:
sys.path.insert(0, dir)