remove use of 1.6.4-compatible 'wrapper'
[gae-samples.git] / openid-consumer / app.yaml
blobdb08304d992fff33498919bd5006ba2a09ce6c51
1 application: openid-consumer
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
10 - url: .*
11   script: consumer.py