Index: scripts/slave/unittests/test_env.py |
diff --git a/scripts/slave/unittests/test_env.py b/scripts/slave/unittests/test_env.py |
index 578b87e7a1064b1d63998629111d059304080a64..f7040b995b9fdd28da1104d5cfcb63f7546c3d75 100644 |
--- a/scripts/slave/unittests/test_env.py |
+++ b/scripts/slave/unittests/test_env.py |
@@ -21,5 +21,6 @@ sys.path.insert(0, os.path.join(BASE_DIR, 'third_party')) |
sys.path.insert(0, os.path.join(BASE_DIR, 'third_party', 'buildbot_8_4p1')) |
sys.path.insert(0, os.path.join(BASE_DIR, 'third_party', 'twisted_10_2')) |
sys.path.insert(0, os.path.join(BASE_DIR, 'third_party', 'mock-1.0.1')) |
+sys.path.insert(0, os.path.join(BASE_DIR, 'third_party', 'coverage-3.6')) |
from common import find_depot_tools # pylint: disable=W0611 |