Index: common/py_trace_event/py_trace_event/trace_event_impl/__init__.py |
diff --git a/common/py_trace_event/py_trace_event/trace_event_impl/__init__.py b/common/py_trace_event/py_trace_event/trace_event_impl/__init__.py |
index 21b02171c5c1cfe1420dc8e83b9974d9888a42ef..d250e0312e4684e96e2d3c5ca1b867c9f56be067 100644 |
--- a/common/py_trace_event/py_trace_event/trace_event_impl/__init__.py |
+++ b/common/py_trace_event/py_trace_event/trace_event_impl/__init__.py |
@@ -3,4 +3,5 @@ |
# found in the LICENSE file. |
from log import * |
from decorators import * |
+from meta_class import * |
import multiprocessing_shim |