Files
deb-python-oauth2client/samples/tasks_appengine/app.yaml
Joe Gregorio 68a8cfe26d Flows no longer need to be saved between uses.
Also introduces util.positional declarations.

Reviewed in http://codereview.appspot.com/6441056/.

Fixes issue #136.
2012-08-03 16:17:40 -04:00

12 lines
133 B
YAML

application: mytasks
version: 1
runtime: python
api_version: 1
handlers:
- url: /css
static_dir: css
- url: .*
script: main.py