aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/upload_dm_results.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-02-02 09:02:37 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-02 14:31:45 +0000
commit7e97dc0aa1ff5b03593e689fe1cfdcc3550c169e (patch)
treef29cb093e1fdd069cfc119dfc5b1e24097401bfd /infra/bots/recipes/upload_dm_results.py
parent8233fc82b00763d37a7b0db7890b15c7d58939d4 (diff)
Copy modules back in from skia-recipes repo
BUG=skia:6070 Change-Id: I86b3f039c27bd8287516c1db8bd1cae62888171b Reviewed-on: https://skia-review.googlesource.com/7890 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/upload_dm_results.py')
-rw-r--r--infra/bots/recipes/upload_dm_results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/upload_dm_results.py b/infra/bots/recipes/upload_dm_results.py
index bd635ef1fa..866c8e22f6 100644
--- a/infra/bots/recipes/upload_dm_results.py
+++ b/infra/bots/recipes/upload_dm_results.py
@@ -8,7 +8,7 @@
DEPS = [
'recipe_engine/properties',
- 'skia-recipes/upload_dm_results',
+ 'upload_dm_results',
]