summaryrefslogtreecommitdiff
path: root/jinja2/lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/lexer.py')
-rw-r--r--jinja2/lexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/lexer.py b/jinja2/lexer.py
index c9846aa..aa67896 100644
--- a/jinja2/lexer.py
+++ b/jinja2/lexer.py
@@ -11,7 +11,7 @@
operators we don't allow in templates. On the other hand it separates
template code and python code in expressions.
- :copyright: (c) 2009 by the Jinja Team.
+ :copyright: (c) 2010 by the Jinja Team.
:license: BSD, see LICENSE for more details.
"""
import re