diff options
Diffstat (limited to 'infra/bots/recipe_modules/ct/__init__.py')
-rw-r--r-- | infra/bots/recipe_modules/ct/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/ct/__init__.py b/infra/bots/recipe_modules/ct/__init__.py index 792ca353ed..7bb21fc483 100644 --- a/infra/bots/recipe_modules/ct/__init__.py +++ b/infra/bots/recipe_modules/ct/__init__.py @@ -4,8 +4,8 @@ DEPS = [ 'depot_tools/gsutil', - 'file', 'recipe_engine/path', + 'recipe_engine/shutil', 'recipe_engine/step', 'run', ] |