| Index: systrace/systrace/__init__.py
|
| diff --git a/systrace/systrace/__init__.py b/systrace/systrace/__init__.py
|
| index 831f7743126f478091dd731b7749167b589e89c7..15fa7e2ed6cc32fb293679b23d497fa71624822f 100644
|
| --- a/systrace/systrace/__init__.py
|
| +++ b/systrace/systrace/__init__.py
|
| @@ -20,6 +20,7 @@ _CATAPULT_DIR = os.path.join(
|
| os.path.dirname(os.path.abspath(__file__)), os.path.pardir, os.path.pardir)
|
|
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor')
|
| +_AddDirToPythonPath(_CATAPULT_DIR, 'common', 'monsoon')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_utils')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event', 'py_trace_event')
|
|
|