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.