summaryrefslogtreecommitdiff
path: root/jinja2/compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/compiler.py')
-rw-r--r--jinja2/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/compiler.py b/jinja2/compiler.py
index ab1afee..59d06c7 100644
--- a/jinja2/compiler.py
+++ b/jinja2/compiler.py
@@ -5,7 +5,7 @@
Compiles nodes into python code.
- :copyright: (c) 2009 by the Jinja Team.
+ :copyright: (c) 2010 by the Jinja Team.
:license: BSD.
"""
from cStringIO import StringIO