diff options
Diffstat (limited to 'jinja2/environment.py')
-rw-r--r-- | jinja2/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/environment.py b/jinja2/environment.py index d5a4515..8983123 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -5,7 +5,7 @@ Provides a class that holds runtime and parsing time options. - :copyright: (c) 2009 by the Jinja Team. + :copyright: (c) 2010 by the Jinja Team. :license: BSD, see LICENSE for more details. """ import sys |