XMLStream must provide the BaseProtocol interface
This commit is contained in:
parent
4027927c6e
commit
957c635fb7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class NotConnectedError(Exception):
|
|||
connected.
|
||||
"""
|
||||
|
||||
class XMLStream(object):
|
||||
class XMLStream(asyncio.BaseProtocol):
|
||||
"""
|
||||
An XML stream connection manager and event dispatcher.
|
||||
|
||||
|
|
Loading…
Reference in a new issue