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

Unified Diff: appengine/components/components/third_party/jinja2/README.swarming

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 side-by-side diff with in-line comments
Download patch
Index: appengine/components/components/third_party/jinja2/README.swarming
diff --git a/appengine/components/components/third_party/jinja2/README.swarming b/appengine/components/components/third_party/jinja2/README.swarming
new file mode 100644
index 0000000000000000000000000000000000000000..f56becbdc1618ad93b25ee319cb758a5b7c86689
--- /dev/null
+++ b/appengine/components/components/third_party/jinja2/README.swarming
@@ -0,0 +1,14 @@
+Name: Jinja2 template engine
+Short Name: jinja2
+URL: https://github.com/mitsuhiko/jinja2
+Revision: b78f2617b04cc549ed5fea4eca944c4d8054d187 (post 2.8, pre 2.8.1)
+License: BSD 3 clauses
+
+Description:
+Jinja2 is a template engine written in pure Python. It provides a Django
+inspired non-XML syntax but supports inline expressions and an optional
+sandboxed environment.
+
+Local Modifications:
+- Kept only jinja2/*.py
+- Included AUTHORS and LICENSE

Powered by Google App Engine
This is Rietveld 408576698