| Index: systrace/systrace/__init__.py
|
| diff --git a/systrace/systrace/__init__.py b/systrace/systrace/__init__.py
|
| index 34f9e1f91f2ba62d104f9e4786302c79a54fed8b..831f7743126f478091dd731b7749167b589e89c7 100644
|
| --- a/systrace/systrace/__init__.py
|
| +++ b/systrace/systrace/__init__.py
|
| @@ -25,4 +25,4 @@ _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event', 'py_trace_event')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'devil')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'systrace')
|
| -_AddDirToPythonPath(_CATAPULT_DIR, 'telemetry')
|
| +_AddDirToPythonPath(_CATAPULT_DIR, 'tracing')
|
|
|