Index: recipe_modules/tryserver/example.py |
diff --git a/recipe_modules/tryserver/example.py b/recipe_modules/tryserver/example.py |
index 773c154d97c13e8848556a289d6e3cfcbd43e9ab..dead670bf8d44eb3cefc5370f3b6766092d7272d 100644 |
--- a/recipe_modules/tryserver/example.py |
+++ b/recipe_modules/tryserver/example.py |
@@ -3,7 +3,6 @@ |
# found in the LICENSE file. |
DEPS = [ |
- 'infra_paths', |
'recipe_engine/path', |
'recipe_engine/platform', |
'recipe_engine/properties', |
@@ -13,7 +12,7 @@ |
def RunSteps(api): |
- api.path['checkout'] = api.infra_paths['slave_build'] |
+ api.path['checkout'] = api.path['slave_build'] |
api.tryserver.maybe_apply_issue() |
api.tryserver.get_files_affected_by_patch() |