update to use correct AsyncEvents
This commit is contained in:
parent
e9d4e2609a
commit
c816f097ec
@ -33,7 +33,7 @@ Example:
|
|||||||
Always verify `result['timeout']` to ensure a response was received before the timeout.
|
Always verify `result['timeout']` to ensure a response was received before the timeout.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from irc3.asynchronous import AsyncEvents
|
from .asynchronous import AsyncEvents
|
||||||
from irc3 import utils
|
from irc3 import utils
|
||||||
from irc3 import dec
|
from irc3 import dec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user