We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b9edd commit 27918ddCopy full SHA for 27918dd
pygccxml/declarations/comment.py
@@ -11,7 +11,7 @@
11
from . import location as pygccxml_location
12
13
14
-class comment_t():
+class comment_t(object):
15
16
def __init__(self, name='', declarations=None):
17
"""
0 commit comments