X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/7cd50fbc836fa07396e60b41bc169649c38e3153..70672dbd46126ba2b5a60a034c0a8a13385d4510:/eventloop.py diff --git a/eventloop.py b/eventloop.py index 932e1b8..06922a7 100644 --- a/eventloop.py +++ b/eventloop.py @@ -9,7 +9,7 @@ Please see EventLoop class documentation for more info. import select from select import POLLIN, POLLPRI, POLLERR -__ALL__ = ('EventLoop') +__ALL__ = ('EventLoop', 'LoopInterruptedError') class LoopInterruptedError(RuntimeError): r"""