]> git.llucax.com Git - software/pymin.git/blobdiff - eventloop.py
Se agrega el comando ip a la pymind y se corrige @handler
[software/pymin.git] / eventloop.py
index 932e1b802d3709f82364f977a30ea9fe741d665f..06922a72fe9290bcfb5133700e49ae6187d0dc3c 100644 (file)
@@ -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"""