mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-24 11:42:51 +01:00
classes: add ProtocolError to __all__
This commit is contained in:
parent
53e30520b8
commit
1b433b741b
@ -27,7 +27,7 @@ from .utils import ProtocolError # Compatibility with PyLink 1.x
|
|||||||
|
|
||||||
__all__ = ['ChannelState', 'User', 'UserMapping', 'PyLinkNetworkCore',
|
__all__ = ['ChannelState', 'User', 'UserMapping', 'PyLinkNetworkCore',
|
||||||
'PyLinkNetworkCoreWithUtils', 'IRCNetwork', 'Server', 'Channel',
|
'PyLinkNetworkCoreWithUtils', 'IRCNetwork', 'Server', 'Channel',
|
||||||
'PUIDGenerator']
|
'PUIDGenerator', 'ProtocolError']
|
||||||
|
|
||||||
QUEUE_FULL = queue.Full
|
QUEUE_FULL = queue.Full
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user