Merge pull request #1406 from wxWidgets/add-useseventloop

Don't ignore UsesEventLoop

(cherry picked from commit e2eb035b23)
This commit is contained in:
Robin Dunn
2019-10-22 19:59:23 -07:00
parent e2be299412
commit 1cb20c254e

View File

@@ -55,7 +55,6 @@ def run():
c.find('OnInitCmdLine').ignore()
c.find('HandleEvent').ignore()
c.find('UsesEventLoop').ignore()
# We will use OnAssertFailure, but I don't think we should let it be
# overridden in Python.