Merge pull request #1406 from wxWidgets/add-useseventloop

Don't ignore UsesEventLoop
This commit is contained in:
Robin Dunn
2019-10-22 19:59:23 -07:00
committed by GitHub

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.