summaryrefslogtreecommitdiff
path: root/jinja2/debug.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2017-01-07 16:17:14 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2017-01-07 16:17:14 +0100
commitbbe0a4174c2846487bef4328b309fddd8638da39 (patch)
tree4a16e03f91bc4373a5fcdd5fe8f7c675a27c376b /jinja2/debug.py
parentb81a8a3e37bcc117fde391249eafdfae5a3f8869 (diff)
downloadjinja2-bbe0a4174c2846487bef4328b309fddd8638da39.tar.gz
Bump up the copyright to 2017
Diffstat (limited to 'jinja2/debug.py')
-rw-r--r--jinja2/debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/debug.py b/jinja2/debug.py
index de66627..07c21f1 100644
--- a/jinja2/debug.py
+++ b/jinja2/debug.py
@@ -7,7 +7,7 @@
ugly stuff with the Python traceback system in order to achieve tracebacks
with correct line numbers, locals and contents.
- :copyright: (c) 2010 by the Jinja Team.
+ :copyright: (c) 2017 by the Jinja Team.
:license: BSD, see LICENSE for more details.
"""
import sys