Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: scripts/slave/recipe_modules/archive/__init__.py

Issue 2412603002: archive recipe_module: Add missing dependency (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/archive/__init__.py
diff --git a/scripts/slave/recipe_modules/archive/__init__.py b/scripts/slave/recipe_modules/archive/__init__.py
index 20c41a232e6e7254af114c9d86c7c5a6c02cfdb2..3727964b1c5084ed62bac0e60e5b552a1272a6c5 100644
--- a/scripts/slave/recipe_modules/archive/__init__.py
+++ b/scripts/slave/recipe_modules/archive/__init__.py
@@ -12,4 +12,5 @@ DEPS = [
'recipe_engine/platform',
'recipe_engine/properties',
'recipe_engine/python',
+ 'recipe_engine/step',
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698