Chromium Code Reviews| Index: recipe_modules/git_cl/__init__.py |
| diff --git a/recipe_modules/git_cl/__init__.py b/recipe_modules/git_cl/__init__.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a4c9e4effc7fc6714cf3ee4abc3fac3a048b367b |
| --- /dev/null |
| +++ b/recipe_modules/git_cl/__init__.py |
| @@ -0,0 +1,4 @@ |
| +DEPS = [ |
| + 'recipe_engine/raw_io', |
| + 'recipe_engine/step', |
| +] |