summaryrefslogtreecommitdiff
path: root/examples/basic/inheritance.py
Commit message (Collapse)AuthorAgeFilesLines
* apply pyupgrade and f-stringsDavid Lord2020-02-051-2/+0
|
* Revert "rename imports to jinja"David Lord2020-01-261-2/+2
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* rename imports to jinjaDavid Lord2020-01-101-2/+2
|
* apply flake8David Lord2020-01-101-3/+3
|
* apply blackDavid Lord2020-01-101-6/+10
|
* apply reorder-python-importsDavid Lord2020-01-101-3/+1
|
* Use print() function in both Python2 and Python 3cclauss2019-10-271-1/+2
|
* moved example code aroundArmin Ronacher2008-05-071-0/+12
--HG-- branch : trunk rename : examples/cycle.py => examples/basic/cycle.py rename : examples/debugger.py => examples/basic/debugger.py rename : examples/inheritance.py => examples/basic/inheritance.py rename : examples/templates/broken.html => examples/basic/templates/broken.html rename : examples/test.py => examples/basic/test.py rename : examples/test_filter_and_linestatements.py => examples/basic/test_filter_and_linestatements.py rename : examples/test_loop_filter.py => examples/basic/test_loop_filter.py rename : examples/translate.py => examples/basic/translate.py