| Index: scripts/slave/recipes/blink_downstream.py
|
| diff --git a/scripts/slave/recipes/blink_downstream.py b/scripts/slave/recipes/blink_downstream.py
|
| index 59c7a921d27484aed6d8e495cec28dd87a8c8f10..6a729e8c4d2ee5c8a4c3b201ad4f135eb80e5397 100644
|
| --- a/scripts/slave/recipes/blink_downstream.py
|
| +++ b/scripts/slave/recipes/blink_downstream.py
|
| @@ -25,7 +25,7 @@ Revision Y will be the revision property as provided by buildbot or HEAD (i.e.
|
| in a forced build with no revision provided).
|
| """
|
|
|
| -from infra.libs.infra_types import freeze
|
| +from recipe_engine.types import freeze
|
|
|
| DEPS = [
|
| 'bot_update',
|
|
|