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

Side by Side Diff: appengine/components/tests/test_endpoints_app/app.yaml

Issue 1481573002: Update jinja2 to master (between 2.8 and 2.8.1); fix urlencode bug. (Closed) Base URL: git@github.com:luci/luci-py.git@1_tools
Patch Set: Add import hack Created 5 years 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
« no previous file with comments | « appengine/components/components/utils.py ('k') | appengine/config_service/app.yaml » ('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: endpoints-app-for-smoke-test 1 application: endpoints-app-for-smoke-test
2 runtime: python27 2 runtime: python27
3 api_version: 1 3 api_version: 1
4 threadsafe: true 4 threadsafe: true
5 5
6 handlers: 6 handlers:
7 - url: /_ah/spi/.* 7 - url: /_ah/spi/.*
8 script: main.app 8 script: main.app
9 9
10 includes: 10 includes:
11 - components/auth 11 - components/auth
12 12
13 libraries: 13 libraries:
14 - name: endpoints 14 - name: endpoints
15 version: "1.0" 15 version: "1.0"
16 - name: jinja2
17 version: "2.6"
18 - name: pycrypto 16 - name: pycrypto
19 version: "2.6" 17 version: "2.6"
20 - name: webapp2 18 - name: webapp2
21 version: "2.5.2" 19 version: "2.5.2"
22 - name: webob 20 - name: webob
23 version: "1.2.3" 21 version: "1.2.3"
24 - name: yaml 22 - name: yaml
25 version: "3.10" 23 version: "3.10"
OLDNEW
« no previous file with comments | « appengine/components/components/utils.py ('k') | appengine/config_service/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698