diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2010-07-01 11:22:18 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2010-07-01 11:22:18 +0200 |
| commit | b11dd976c8465b95896af26f270334797523428d (patch) | |
| tree | 87ecbd04ca552243f0861b29619f8565e56e7d12 /extras/appengine | |
| parent | cc01ab2971981bdcbc3cdbb10b36b202b4655a12 (diff) | |
| download | sqlparse-b11dd976c8465b95896af26f270334797523428d.tar.gz | |
Use the new precompilation feature.
Diffstat (limited to 'extras/appengine')
| -rw-r--r-- | extras/appengine/app.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extras/appengine/app.yaml b/extras/appengine/app.yaml index ce586eb..14aab5e 100644 --- a/extras/appengine/app.yaml +++ b/extras/appengine/app.yaml @@ -1,5 +1,5 @@ application: sqlformat -version: 1 +version: 2 runtime: python api_version: 1 @@ -25,3 +25,6 @@ handlers: - url: .* script: main.py + +derived_file_type: +- python_precompiled
\ No newline at end of file |
