diff --git a/etgtools/sip_generator.py b/etgtools/sip_generator.py index 4bc071a4..7dcc99fa 100644 --- a/etgtools/sip_generator.py +++ b/etgtools/sip_generator.py @@ -564,7 +564,8 @@ from .%s import * # if text: # text = '\n\n' + text # text = '\n'.join(sigs) + text - + + sigs = None if isinstance(item, extractors.ClassDef): try: ctor = item.find(item.name)