Skip to content

Commit 9fd9dcf

Browse files
committed
Use new-style Python class
1 parent 9f022de commit 9fd9dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygccxml/declarations/matcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import algorithm
99

1010

11-
class matcher:
11+
class matcher(object):
1212

1313
"""Class-namespace, contains implementation of a few "find" algorithms
1414
and definition of the related exception classes"""

0 commit comments

Comments
 (0)