• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1application: bucket-list-python
2version: 1
3runtime: python27
4threadsafe: no
5api_version: 1
6
7handlers:
8- url: /listing.xsl
9  static_files: listing.xsl
10  upload: listing.xsl
11
12- url: .*
13  script: main.py
14