From 957c635fb7877cc711cdabfcf8d3e6a41792c7cf Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 4 Feb 2015 17:49:30 +0100 Subject: XMLStream must provide the BaseProtocol interface --- slixmpp/xmlstream/xmlstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/xmlstream/xmlstream.py') diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py index 7417a7dc..f7e166c1 100644 --- a/slixmpp/xmlstream/xmlstream.py +++ b/slixmpp/xmlstream/xmlstream.py @@ -55,7 +55,7 @@ class NotConnectedError(Exception): connected. """ -class XMLStream(object): +class XMLStream(asyncio.BaseProtocol): """ An XML stream connection manager and event dispatcher. -- cgit v1.2.3