1# Dummy app.yaml to placate nosegae. 2application: oauth2client 3version: 1 4runtime: python27 5api_version: 1 6threadsafe: yes 7 8handlers: 9- url: /.* 10 script: null.app 11