~singpolyma/biboumi

8b8bbceeb39b32b90f76a9c0beb3f7d30ed6fd7b — louiz’ 7 years ago ac32d25
Revert "Use ensure_future instead of async"

This reverts commit a4d67ce041f50e0d25e2b47d04cc25bdad86a048.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/end_to_end/__main__.py
M tests/end_to_end/__main__.py => tests/end_to_end/__main__.py +1 -1
@@ 57,7 57,7 @@ class XMPPComponent(slixmpp.BaseXMPP):

        self.add_event_handler("session_end", self.on_end_session)

        asyncio.ensure_future(self.accept_routine())
        asyncio.async(self.accept_routine())

        self.scenario = scenario
        self.biboumi = biboumi