diff --git a/slixmpp/test/slixtest.py b/slixmpp/test/slixtest.py index 7c700fd2..0d05a4ac 100644 --- a/slixmpp/test/slixtest.py +++ b/slixmpp/test/slixtest.py @@ -17,9 +17,7 @@ from slixmpp.xmlstream.matcher import StanzaPath, MatcherId, MatchIDSender from slixmpp.xmlstream.matcher import MatchXMLMask, MatchXPath import asyncio -cls = asyncio.get_event_loop().__class__ -cls.idle_call = lambda self, callback: callback() class SlixTest(unittest.TestCase):