Chromium Code Reviews| Index: recipes/engine_tests/recipe_paths.resources/hello.py |
| diff --git a/recipes/engine_tests/recipe_paths.resources/hello.py b/recipes/engine_tests/recipe_paths.resources/hello.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..08446c57872a12c8c8fe03afdc868be680a5b702 |
| --- /dev/null |
| +++ b/recipes/engine_tests/recipe_paths.resources/hello.py |
| @@ -0,0 +1,5 @@ |
| +# Copyright 2016 The LUCI Authors. All rights reserved. |
| +# Use of this source code is governed under the Apache License, Version 2.0 |
| +# that can be found in the LICENSE file. |
| + |
| +print "Hello world" |