Chromium Code Reviews| Index: scripts/slave/recipe_util.py |
| diff --git a/scripts/slave/recipe_util.py b/scripts/slave/recipe_util.py |
| index a67cd054e54e282c524e3693c82009247c347810..9dc8ee9f123b55322a83fd06e84e14652653162c 100644 |
| --- a/scripts/slave/recipe_util.py |
| +++ b/scripts/slave/recipe_util.py |
| @@ -185,7 +185,6 @@ class PropertyPlaceholder(object): |
| pass |
| PropertyPlaceholder = PropertyPlaceholder() |
|
agable
2013/05/07 23:10:18
Can you restore the whitespace?
mkosiba (inactive)
2013/05/08 10:07:00
Done.
|
| - |
| def _url_method(name): |
| """Returns a shortcut static method which functions like os.path.join and uses |
| a fixed first url component which is chosen from the urls defined in |