Chromium Code Reviews| Index: third_party/gsutil/third_party/protorpc/demos/guestbook/client/app.yaml |
| diff --git a/third_party/gsutil/third_party/protorpc/demos/guestbook/client/app.yaml b/third_party/gsutil/third_party/protorpc/demos/guestbook/client/app.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..06ebd11005d7b18506765a27c0894fab72f56393 |
| --- /dev/null |
| +++ b/third_party/gsutil/third_party/protorpc/demos/guestbook/client/app.yaml |
| @@ -0,0 +1,8 @@ |
| +application: postservice-client |
| +version: 1 |
| +runtime: python |
| +api_version: 1 |
| + |
| +handlers: |
| +- url: .* |
| + script: main.py |