Index: examples/games/scummvm/nacl-scumm/app.yaml |
diff --git a/examples/games/scummvm/nacl-scumm/app.yaml b/examples/games/scummvm/nacl-scumm/app.yaml |
deleted file mode 100644 |
index 91a3616ee0522cc1f9cd9548bf418c612f64bdd2..0000000000000000000000000000000000000000 |
--- a/examples/games/scummvm/nacl-scumm/app.yaml |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-application: nacl-scumm |
-version: 2 |
-runtime: python |
-api_version: 1 |
- |
-default_expiration: "1s" |
- |
-handlers: |
-- url: /static |
- static_dir: static |
-- url: /.* |
- script: AppEngineMount.py |