commit | c91e4405da297c08e941ecbe12170f5fcb3ee6bd | [log] [tgz] |
---|---|---|
author | James Kuszmaul <jabukuszmaul+collab@gmail.com> | Sun May 10 18:47:20 2020 -0700 |
committer | James Kuszmaul <jabukuszmaul+collab@gmail.com> | Mon May 11 07:44:53 2020 -0700 |
tree | 4f0071e279b6b20c7c5f7d23886a417c70870a4c | |
parent | d2cb0d2b7c357bd1c903bc10b521fd4883add1f8 [diff] [blame] |
Import Python jinja2 for working with templates This provides a framework for dealing with templates. A bit overkill for what I need to do, but convenient to have around. Change-Id: I0554a5df120624f36c536655e0578754273555b9
diff --git a/build_tests/python_jinja2.py b/build_tests/python_jinja2.py new file mode 100644 index 0000000..a926e31 --- /dev/null +++ b/build_tests/python_jinja2.py
@@ -0,0 +1,4 @@ +#!/usr/bin/python3 + +# Confirm that we can import jinja2. +import jinja2