update to reflect API changes
[gae-samples.git] / gdata_feedfetcher / app.yaml
blob3f2daca28334f59d997d163d34b390b6b3a4ddfd
1 application: gdata-feedfetcher
2 version: 3
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
10 - url: /step1.*
11   script: step1.py
13 - url: /step2.*
14   script: step2.py
16 - url: /step3.*
17   script: step3.py
19 - url: /.*
20   script: feedfetcher.py