summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/codegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/codegen.py')
-rw-r--r--o3d/plugin/idl/codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/idl/codegen.py b/o3d/plugin/idl/codegen.py
index 7494c21..d82d7ab 100644
--- a/o3d/plugin/idl/codegen.py
+++ b/o3d/plugin/idl/codegen.py
@@ -22,7 +22,7 @@ import os
script_dir = os.path.join(os.path.dirname(__file__))
third_party = os.path.normpath(
- os.path.join(script_dir, '..', '..', '..', 'third_party'))
+ os.path.join(script_dir, '..', '..', 'third_party'))
pythonpath = os.pathsep.join([os.path.join(third_party, 'gflags', 'python'),
os.path.join(third_party, 'ply')])