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