mirror of https://github.com/Shizmob/pydle.git
Restrict API directly imported into the pydle namespace.
This commit is contained in:
parent
b7f6207e65
commit
181e11b442
|
@ -1,8 +1,6 @@
|
|||
from . import async, connection, protocol, client, features
|
||||
|
||||
from .async import EventLoop, Future, coroutine
|
||||
from .connection import NotConnected
|
||||
from .client import NotInChannel, AlreadyInChannel, BasicClient, ClientPool
|
||||
from .client import Error, NotInChannel, AlreadyInChannel, BasicClient, ClientPool
|
||||
from .features.ircv3_1.cap import NEGOTIATING as CAPABILITY_NEGOTIATING, FAILED as CAPABILITY_FAILED, NEGOTIATED as CAPABILITY_NEGOTIATED
|
||||
|
||||
__name__ = 'pydle'
|
||||
|
|
Loading…
Reference in New Issue