commit | c204b6470e4fd7c237c0ec4d2bd8cde5d64ebe74 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue Sep 21 12:01:23 2010 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue Sep 21 12:01:23 2010 -0400 |
tree | 973de686df18b358f6cee7ac0fb5e414d1c3b89b | |
parent | 6b2e5dce8c8be52981b21ae5863b90dd6cf0dc1e [diff] [blame] |
Added new appengine sample for discovery, and also cleaned up the latitude future.json file.
diff --git a/samples/helpdoc/app.yaml b/samples/helpdoc/app.yaml new file mode 100644 index 0000000..8919c7b --- /dev/null +++ b/samples/helpdoc/app.yaml
@@ -0,0 +1,12 @@ +application: google-api-python-client-doc +version: 1 +runtime: python +api_version: 1 + +handlers: +- url: /static + static_dir: static + +- url: .* + script: main.py +