| Index: common/battor/battor/__init__.py
|
| diff --git a/common/battor/battor/__init__.py b/common/battor/battor/__init__.py
|
| index cb28d15fd3390a0a291c0652f505dd1240c6a730..fb42b46970cd23e3d4541ca3baa01f9155ef0788 100644
|
| --- a/common/battor/battor/__init__.py
|
| +++ b/common/battor/battor/__init__.py
|
| @@ -23,4 +23,4 @@ _CATAPULT_DIR = os.path.join(
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'dependency_manager')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'devil')
|
| _AddDirToPythonPath(_CATAPULT_DIR, 'telemetry', 'third_party', 'pyserial')
|
| -
|
| +_AddDirToPythonPath(_CATAPULT_DIR, 'common', 'battor')
|
|
|