thirdparty/google_appengine/new_project_template/app.yaml
author Todd Larsen <tlarsen@google.com>
Tue, 20 Jan 2009 22:21:32 +0000
changeset 853 062290a3b3cf
parent 109 620f9b141567
permissions -rw-r--r--
Linux /bin/sh (GNU) is not the same as OS X /bin/sh (BSD), so use /bin/bash. Fixes: scripts/pylint/do_pylint.sh: 27: Syntax error: "(" unexpected on Ubuntu (and possibly other Linux distros). Patch by: Todd Larsen Review by: to-be-reviewed

application: new-project-template
version: 1
runtime: python
api_version: 1

handlers:
- url: .*
  script: main.py