From 3f4d57ac9ca6708b181f92b746f1cb79457134cb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Mar 2020 23:21:04 -0700 Subject: [PATCH] wxHelpControllerBase does not need to be explicitly tagged as abstract --- etg/help.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etg/help.py b/etg/help.py index 7a761351..86aa3192 100644 --- a/etg/help.py +++ b/etg/help.py @@ -34,7 +34,6 @@ def run(): c = module.find('wxHelpControllerBase') assert isinstance(c, etgtools.ClassDef) - c.abstract = True c.find('GetFrameParameters.size').out = True c.find('GetFrameParameters.pos').out = True