| Index: scripts/slave/recipes/blink_trybot.py
|
| diff --git a/scripts/slave/recipes/blink_trybot.py b/scripts/slave/recipes/blink_trybot.py
|
| index 9d89ba06381f0076bcdd7e96535f6e6e3cfa4d71..01b470d54b0f428046905c4af8da329e9e6f9443 100644
|
| --- a/scripts/slave/recipes/blink_trybot.py
|
| +++ b/scripts/slave/recipes/blink_trybot.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 infra.libs.infra_types import freeze
|
| +from recipe_engine.types import freeze
|
|
|
| DEPS = [
|
| 'bot_update',
|
|
|