summaryrefslogtreecommitdiff
path: root/examples/btpyparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/btpyparse.py')
-rw-r--r--examples/btpyparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/btpyparse.py b/examples/btpyparse.py
index 1d8992b..39e5261 100644
--- a/examples/btpyparse.py
+++ b/examples/btpyparse.py
@@ -14,7 +14,7 @@ from pyparsing import (Regex, Suppress, ZeroOrMore, Group, Optional, Forward,
SkipTo, CaselessLiteral, Dict)
-class Macro(object):
+class Macro:
""" Class to encapsulate undefined macro references """
def __init__(self, name):
self.name = name