summaryrefslogtreecommitdiff
path: root/jinja2/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/nodes.py')
-rw-r--r--jinja2/nodes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jinja2/nodes.py b/jinja2/nodes.py
index 26ba348..81fafb8 100644
--- a/jinja2/nodes.py
+++ b/jinja2/nodes.py
@@ -120,7 +120,6 @@ class Node(with_metaclass(NodeType, object)):
The `environment` attribute is set at the end of the parsing process for
all nodes automatically.
"""
- __metaclass__ = NodeType
fields = ()
attributes = ('lineno', 'environment')
abstract = True