summaryrefslogtreecommitdiff
path: root/mako/pygen.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/pygen.py')
-rw-r--r--mako/pygen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/pygen.py b/mako/pygen.py
index 947721f..bae285a 100644
--- a/mako/pygen.py
+++ b/mako/pygen.py
@@ -11,7 +11,7 @@ import re
from mako import exceptions
-class PythonPrinter(object):
+class PythonPrinter:
def __init__(self, stream):
# indentation counter
self.indent = 0