| Index: scripts/slave/unittests/expect_tests/__init__.py
|
| diff --git a/scripts/slave/recipe_modules/perf_dashboard/__init__.py b/scripts/slave/unittests/expect_tests/__init__.py
|
| similarity index 71%
|
| copy from scripts/slave/recipe_modules/perf_dashboard/__init__.py
|
| copy to scripts/slave/unittests/expect_tests/__init__.py
|
| index 230626b310861ce590b082e55b06e66decb85ac5..327e017edd5793d585fc8e6ad4bba7d059f2c5ec 100644
|
| --- a/scripts/slave/recipe_modules/perf_dashboard/__init__.py
|
| +++ b/scripts/slave/unittests/expect_tests/__init__.py
|
| @@ -2,9 +2,5 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -DEPS = [
|
| - 'python',
|
| - 'platform',
|
| - 'properties',
|
| - 'json',
|
| -]
|
| +from .main import main
|
| +from .type_definitions import Test, Result
|
|
|