| 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 62e42e84bb5207334ddfe8ec60e111158f8f7911..5d1d62b7205e23ee7e10f2d1b48002b0d0d8927a 100644
|
| --- a/scripts/slave/recipes/swarming/deterministic_build.py
|
| +++ b/scripts/slave/recipes/swarming/deterministic_build.py
|
| @@ -10,8 +10,8 @@
|
| 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',
|
|
|