Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
c204b6470e4fd7c237c0ec4d2bd8cde5d64ebe74
/
.
/
samples
/
helpdoc
/
app.yaml
blob: 8919c7b95acf9b02585516869a378ef6980d11a2 [
file
] [
log
] [
blame
]
Joe Gregorio
c204b64
2010-09-21 12:01:23 -0400
[
diff
] [
blame^
]
1
application:
google
-
api
-
python
-
client
-
doc
2
version:
1
3
runtime:
python
4
api_version:
1
5
6
handlers:
7
-
url:
/static
8
static_dir:
static
9
10
-
url:
.*
11
script:
main.py
12