diff options
| author | Devendra | 2014-06-18 03:04:07 +0530 | 
|---|---|---|
| committer | Devendra | 2014-06-18 03:04:07 +0530 | 
| commit | c2545e68e509c1cd9d27cde305758eab977bbbf8 (patch) | |
| tree | 9a09cfcc8d3d8709381f444c2e4762be4666a0eb /python/examples/pn-test-gae/app.yaml | |
| parent | 302e5024f582c35a53e257dbd0afbb630fac33b3 (diff) | |
| download | pubnub-python-c2545e68e509c1cd9d27cde305758eab977bbbf8.tar.bz2 | |
removed gae app
Diffstat (limited to 'python/examples/pn-test-gae/app.yaml')
| -rw-r--r-- | python/examples/pn-test-gae/app.yaml | 19 | 
1 files changed, 0 insertions, 19 deletions
| diff --git a/python/examples/pn-test-gae/app.yaml b/python/examples/pn-test-gae/app.yaml deleted file mode 100644 index 61beea7..0000000 --- a/python/examples/pn-test-gae/app.yaml +++ /dev/null @@ -1,19 +0,0 @@ -application: flash-moonlight-545 -version: 1 -runtime: python27 -api_version: 1 -threadsafe: yes - -handlers: -- url: /favicon\.ico -  static_files: favicon.ico -  upload: favicon\.ico - -- url: .* -  script: main.app - -libraries: -- name: webapp2 -  version: "2.5.2" -- name: pycrypto -  version: "2.6" | 
