| Index: scripts/slave/recipe_modules/v8/builders.py
|
| diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
|
| index 5e38115948f9a40057edfdcc2967f3ee0e738a6f..f922f4d5aa5233f9515c2ac20977739ab63d8d34 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -5,7 +5,7 @@
|
| # Contains the bulk of the V8 builder configurations so they can be reused
|
| # from multiple recipes.
|
|
|
| -from recipe_engine.types import freeze
|
| +from infra.libs.infra_types import freeze
|
|
|
| BUILDERS = {
|
| ####### Waterfall: client.v8
|
|
|