Index: tools/json_to_struct/json_to_struct.py |
diff --git a/tools/json_to_struct/json_to_struct.py b/tools/json_to_struct/json_to_struct.py |
index d4f90c547466ed5b1a539d17fbddc353c818c1d5..38b6341091c287a45030eb574b3ebbd75530df8c 100755 |
--- a/tools/json_to_struct/json_to_struct.py |
+++ b/tools/json_to_struct/json_to_struct.py |
@@ -54,7 +54,7 @@ import optparse |
import re |
_script_path = os.path.realpath(__file__) |
-sys.path.insert(0, os.path.normpath(_script_path + "/../../")) |
+sys.path.insert(0, os.path.normpath(_script_path + "/../../json_comment_eater")) |
try: |
import json_comment_eater |
finally: |