| Index: telemetry/telemetry/__init__.py
|
| diff --git a/telemetry/telemetry/__init__.py b/telemetry/telemetry/__init__.py
|
| index ea35b5667164533f7e19c22f877e347f4bb1405b..c0636ed28ff0b8d695b821c0bd15b96256eac077 100644
|
| --- a/telemetry/telemetry/__init__.py
|
| +++ b/telemetry/telemetry/__init__.py
|
| @@ -35,7 +35,6 @@
|
| _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
|
|
|