Index: scripts/slave/recipes/polymer.py |
diff --git a/scripts/slave/recipes/polymer.py b/scripts/slave/recipes/polymer.py |
index 088f49bf698583337a0f8465010b16cd7153b1ba..c7aa831c07d134524fa0da69d248e7cfff015ed3 100644 |
--- a/scripts/slave/recipes/polymer.py |
+++ b/scripts/slave/recipes/polymer.py |
@@ -2,7 +2,13 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-DEPS = ['path', 'git', 'properties', 'step', 'platform'] |
+DEPS = [ |
+ 'git', |
+ 'path', |
+ 'platform', |
+ 'properties', |
+ 'step', |
+] |
def GenSteps(api): |
yield api.git.checkout(api.properties['repository'] + '.git', recursive=True) |