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

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