Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Unified Diff: Tools/TestResultServer/app.yaml

Issue 14833004: Revert "Change TestResultServer to use python 2.7." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Tools/TestResultServer/handlers/menu.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestResultServer/app.yaml
diff --git a/Tools/TestResultServer/app.yaml b/Tools/TestResultServer/app.yaml
index 1026be1931d23013f7f2be6c77cc4644894d82e1..e5a2b31711203a177f5cefbf713c24cfa05ebb5c 100644
--- a/Tools/TestResultServer/app.yaml
+++ b/Tools/TestResultServer/app.yaml
@@ -1,8 +1,7 @@
application: test-results
version: 1
-runtime: python27
+runtime: python
api_version: 1
-threadsafe: true
handlers:
- url: /stylesheets
@@ -12,8 +11,8 @@ handlers:
static_dir: static-dashboards
- url: /testfile/delete
- script: main.app
+ script: main.py
login: admin
- url: /.*
- script: main.app
+ script: main.py
« no previous file with comments | « no previous file | Tools/TestResultServer/handlers/menu.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698