summaryrefslogtreecommitdiff
path: root/jinja2/ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/ext.py')
-rw-r--r--jinja2/ext.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jinja2/ext.py b/jinja2/ext.py
index a88c088..c2df12d 100644
--- a/jinja2/ext.py
+++ b/jinja2/ext.py
@@ -56,7 +56,6 @@ class Extension(with_metaclass(ExtensionRegistry, object)):
is a terrible name, ``fragment_cache_prefix`` on the other hand is a good
name as includes the name of the extension (fragment cache).
"""
- __metaclass__ = ExtensionRegistry
#: if this extension parses this is the list of tags it's listening to.
tags = set()