XMLStream must provide the BaseProtocol interface
This commit is contained in:
@@ -55,7 +55,7 @@ class NotConnectedError(Exception):
|
||||
connected.
|
||||
"""
|
||||
|
||||
class XMLStream(object):
|
||||
class XMLStream(asyncio.BaseProtocol):
|
||||
"""
|
||||
An XML stream connection manager and event dispatcher.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user