diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2010-01-22 09:41:48 +0100 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2010-01-22 09:41:48 +0100 |
commit | 55494e4b40b4dfa4329f51b2ce8174c2139a8a89 (patch) | |
tree | dfb91eb42e8320243907bdcbfa896c744e6a49b1 /jinja2/tests.py | |
parent | ef18944317d79cd4919561f29c9f772869e88443 (diff) | |
download | jinja2-55494e4b40b4dfa4329f51b2ce8174c2139a8a89.tar.gz |
It's a new year
--HG--
branch : trunk
Diffstat (limited to 'jinja2/tests.py')
-rw-r--r-- | jinja2/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/tests.py b/jinja2/tests.py index 9fbf163..2d72dcb 100644 --- a/jinja2/tests.py +++ b/jinja2/tests.py @@ -5,7 +5,7 @@ Jinja test functions. Used with the "is" operator. - :copyright: (c) 2009 by the Jinja Team. + :copyright: (c) 2010 by the Jinja Team. :license: BSD, see LICENSE for more details. """ import re |