diff --git a/plugins/asynchronious.py b/plugins/asynchronious.py index 513422e..842f8c9 100644 --- a/plugins/asynchronious.py +++ b/plugins/asynchronious.py @@ -33,7 +33,7 @@ Example: 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 dec