]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/eventloop.py
Add die() function to pymind for fatal errors.
[software/pymin.git] / pymin / eventloop.py
index 0f720120730c1326c5ed852e35883ca96c18b344..5e4bec3b50be0b26026c3a2634ccc2064e6199ef 100644 (file)
@@ -12,7 +12,7 @@ import signal
 from select import POLLIN, POLLPRI, POLLERR
 import logging ; log = logging.getLogger('pymin.eventloop')
 
-__ALL__ = ('EventLoop', 'LoopInterruptedError')
+__all__ = ('EventLoop', 'LoopInterruptedError')
 
 class LoopInterruptedError(RuntimeError):
     r"""