summaryrefslogtreecommitdiff
path: root/jinja2/debug.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-01-22 09:41:48 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2010-01-22 09:41:48 +0100
commit55494e4b40b4dfa4329f51b2ce8174c2139a8a89 (patch)
treedfb91eb42e8320243907bdcbfa896c744e6a49b1 /jinja2/debug.py
parentef18944317d79cd4919561f29c9f772869e88443 (diff)
downloadjinja2-55494e4b40b4dfa4329f51b2ce8174c2139a8a89.tar.gz
It's a new year
--HG-- branch : trunk
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 6930d32..08e828c 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) 2009 by the Jinja Team.
+ :copyright: (c) 2010 by the Jinja Team.
:license: BSD, see LICENSE for more details.
"""
import sys