From acb1e69b4d36fe00a6e4d4fb78391014d210d7f7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 22 Oct 2019 14:55:32 -0700 Subject: [PATCH] Don't ignore UsesEventLoop --- etg/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etg/app.py b/etg/app.py index 4ad6f47a..342051dc 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.