| Index: scripts/slave/recipes/swarming/deterministic_build.py
|
| diff --git a/scripts/slave/recipes/swarming/deterministic_build.py b/scripts/slave/recipes/swarming/deterministic_build.py
|
| index 5d1d62b7205e23ee7e10f2d1b48002b0d0d8927a..62e42e84bb5207334ddfe8ec60e111158f8f7911 100644
|
| --- a/scripts/slave/recipes/swarming/deterministic_build.py
|
| +++ b/scripts/slave/recipes/swarming/deterministic_build.py
|
| @@ -10,8 +10,8 @@ TODO(sebmarchand): This recipe has been moved to the recipe's root directory.
|
| Remove this copy once all the master have been updated.
|
| """
|
|
|
| -from infra.libs.infra_types import freeze
|
| from recipe_engine.recipe_api import Property
|
| +from recipe_engine.types import freeze
|
|
|
| DEPS = [
|
| 'bot_update',
|
|
|