| Index: scripts/slave/recipe_modules/gpu/api.py
|
| diff --git a/scripts/slave/recipe_modules/gpu/api.py b/scripts/slave/recipe_modules/gpu/api.py
|
| index 4a70ebe42fd8e62a7580361f3f30f79ce5367cd1..f1c98d460dea75bff4b0a9c5c84800b4f406c620 100644
|
| --- a/scripts/slave/recipe_modules/gpu/api.py
|
| +++ b/scripts/slave/recipe_modules/gpu/api.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from recipe_engine.types import freeze
|
| +from infra.libs.infra_types import freeze
|
| from recipe_engine import recipe_api
|
|
|
| import common
|
|
|