aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/py_trace_event/py_trace_event/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/common/py_trace_event/py_trace_event/__init__.py')
-rw-r--r--catapult/common/py_trace_event/py_trace_event/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/catapult/common/py_trace_event/py_trace_event/__init__.py b/catapult/common/py_trace_event/py_trace_event/__init__.py
index b8b66301..2cd8dd1d 100644
--- a/catapult/common/py_trace_event/py_trace_event/__init__.py
+++ b/catapult/common/py_trace_event/py_trace_event/__init__.py
@@ -6,4 +6,7 @@ import sys
SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
PY_UTILS = os.path.abspath(os.path.join(SCRIPT_DIR, '..', '..', 'py_utils'))
+PROTOBUF = os.path.abspath(os.path.join(
+ SCRIPT_DIR, '..', 'third_party', 'protobuf'))
sys.path.append(PY_UTILS)
+sys.path.append(PROTOBUF)