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

Side by Side Diff: Tools/TestResultServer/app.yaml

Issue 14562007: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 application: test-results 1 application: test-results
2 version: 1 2 version: 1
3 runtime: python 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true
5 6
6 handlers: 7 handlers:
7 - url: /stylesheets 8 - url: /stylesheets
8 static_dir: stylesheets 9 static_dir: stylesheets
9 10
10 - url: /dashboards 11 - url: /dashboards
11 static_dir: static-dashboards 12 static_dir: static-dashboards
12 13
13 - url: /testfile/delete 14 - url: /testfile/delete
14 script: main.py 15 script: main.app
15 login: admin 16 login: admin
16 17
17 - url: /.* 18 - url: /.*
18 script: main.py 19 script: main.app
OLDNEW
« no previous file with comments | « no previous file | Tools/TestResultServer/handlers/menu.py » ('j') | Tools/TestResultServer/handlers/menu.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698