| Index: recipe_modules/cipd/__init__.py
|
| diff --git a/recipe_modules/git/__init__.py b/recipe_modules/cipd/__init__.py
|
| similarity index 88%
|
| copy from recipe_modules/git/__init__.py
|
| copy to recipe_modules/cipd/__init__.py
|
| index 2dab849e99d8639147c54d3cf48f604735ca6158..f05ee616bd5967285c2cf97f70c319762142b6ee 100644
|
| --- a/recipe_modules/git/__init__.py
|
| +++ b/recipe_modules/cipd/__init__.py
|
| @@ -1,5 +1,6 @@
|
| DEPS = [
|
| 'infra_paths',
|
| + 'recipe_engine/json',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| 'recipe_engine/properties',
|
|
|