Index: scripts/slave/recipes/catapult.py |
diff --git a/scripts/slave/recipes/catapult.py b/scripts/slave/recipes/catapult.py |
index 241ca93c8a4c286bd2a0576a64392ad5dd9fa411..7559c20cc6a0281bb5c1f22d681b72b04aedf0ff 100644 |
--- a/scripts/slave/recipes/catapult.py |
+++ b/scripts/slave/recipes/catapult.py |
@@ -6,7 +6,6 @@ DEPS = [ |
'chromium', |
'depot_tools/bot_update', |
'depot_tools/gclient', |
- 'depot_tools/infra_paths', |
'gitiles', |
'recipe_engine/generator_script', |
'recipe_engine/path', |
@@ -37,7 +36,7 @@ def _FetchAppEngineSDKSteps(api): |
# which includes retrying requests. |
branch='fd119c547fd4e56eeab77d138b0426022ae1d159') |
api.python.inline('Run SDK downloader', script_content, args=['--dest=.']) |
- return api.infra_paths['slave_build'].join('google_appengine') |
+ return api.path['slave_build'].join('google_appengine') |
def _RemoteSteps(api, app_engine_sdk_path): |