Closed rockdoc closed 11 years ago
Use
super(CDL3Parser, self).__init__(**kw)
in preference to
CDL3Parser.__init__(self, **kw)
Use
in preference to