summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-10-27 13:05:59 +0100
committercclauss <cclauss@me.com>2019-10-27 13:05:59 +0100
commit82a8ea4f3b6951ed4d0219107752118138fc0fd0 (patch)
tree07887e8708f62b8a3c90cd887ce8416a4edfed33 /scripts
parent9a7dd7b28b50fd8adc019ab2702b50ae5c6ed782 (diff)
downloadjinja2-82a8ea4f3b6951ed4d0219107752118138fc0fd0.tar.gz
Use print() function in both Python2 and Python 3
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jinja2-debug.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/jinja2-debug.py b/scripts/jinja2-debug.py
index 71daeb9..13350db 100755
--- a/scripts/jinja2-debug.py
+++ b/scripts/jinja2-debug.py
@@ -9,6 +9,7 @@
:copyright: Copyright 2010 by Armin Ronacher.
:license: BSD.
"""
+from __future__ import print_function
import sys
import jinja2
from werkzeug import script