From 1cb20c254e1aef18497fda9b76a71de71e7f166a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 22 Oct 2019 19:59:23 -0700 Subject: [PATCH] Merge pull request #1406 from wxWidgets/add-useseventloop Don't ignore UsesEventLoop (cherry picked from commit e2eb035b237f565860febc96771f5e9f2c49cc81) --- etg/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etg/app.py b/etg/app.py index 8c24b137..faf7d9e0 100644 --- a/etg/app.py +++ b/etg/app.py @@ -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.