X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/7cd50fbc836fa07396e60b41bc169649c38e3153..70ec9c970b451ee166087a3327a6b906a4777500:/eventloop.py?ds=inline 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"""