commit | 68a8cfe26dc8523f91ac8655aae772d8527fca2e | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Fri Aug 03 16:17:40 2012 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Fri Aug 03 16:17:40 2012 -0400 |
tree | 03b676f022dee03b602933dba2f96f7d90101fcd | |
parent | ba5c790bd0f6c30070e140a62be2e2454f6d2bd1 [diff] [blame] |
Flows no longer need to be saved between uses. Also introduces util.positional declarations. Reviewed in http://codereview.appspot.com/6441056/. Fixes issue #136.
diff --git a/samples/tasks_appengine/app.yaml b/samples/tasks_appengine/app.yaml index 35a7dc6..27372f7 100644 --- a/samples/tasks_appengine/app.yaml +++ b/samples/tasks_appengine/app.yaml
@@ -4,9 +4,8 @@ api_version: 1 handlers: -- url: /oauth2callback - script: oauth2client/appengine.py - url: /css static_dir: css + - url: .* script: main.py