| Index: telemetry/telemetry/__init__.py
|
| diff --git a/telemetry/telemetry/__init__.py b/telemetry/telemetry/__init__.py
|
| index c0636ed28ff0b8d695b821c0bd15b96256eac077..ea35b5667164533f7e19c22f877e347f4bb1405b 100644
|
| --- a/telemetry/telemetry/__init__.py
|
| +++ b/telemetry/telemetry/__init__.py
|
| @@ -35,6 +35,7 @@ _AddDirToPythonPath(_CATAPULT_DIR, 'dependency_manager')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'devil')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'tracing')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event')
|
| +_AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor')
|
|
|
|
|
| from telemetry.core import util
|
|
|