summaryrefslogtreecommitdiff
path: root/jinja2/utils.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 02:05:48 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 02:05:48 +0100
commit41746b9246e7e17044a3ed8e6e240ada9699ea74 (patch)
treeb04c0703453ca0ce4893995284489a199e480b82 /jinja2/utils.py
parentfb4352de509891991d5d6340afc9a608c7e23d61 (diff)
downloadjinja2-41746b9246e7e17044a3ed8e6e240ada9699ea74.tar.gz
Some more small cleanup for metaclasses
Diffstat (limited to 'jinja2/utils.py')
-rw-r--r--jinja2/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/jinja2/utils.py b/jinja2/utils.py
index ba78148..b2e2df5 100644
--- a/jinja2/utils.py
+++ b/jinja2/utils.py
@@ -64,8 +64,6 @@ else:
'filenames must be strings'
return filename
-from keyword import iskeyword as is_python_keyword
-
def contextfunction(f):
"""This decorator can be used to mark a function or method context callable.