summaryrefslogtreecommitdiff
path: root/mako/parsetree.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/parsetree.py')
-rw-r--r--mako/parsetree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/parsetree.py b/mako/parsetree.py
index 801e48a..54aaa56 100644
--- a/mako/parsetree.py
+++ b/mako/parsetree.py
@@ -15,7 +15,7 @@ from mako import filters
from mako import util
-class Node(object):
+class Node:
"""base class for a Node in the parse tree."""