blob: 03bdf81d6b1554237a9b158db7094846fc510fa9 [file] [log] [blame]
Joe Gregorio695fdc12011-01-16 16:46:55 -05001application: m-buzz
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
7- url: /static
8 static_dir: static
9
10- url: /google8f1adb368b7bd14c.html
11 upload: google8f1adb368b7bd14c.html
12 static_files: static/google8f1adb368b7bd14c.html
13
14- url: .*
15 script: main.py
16