]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/dispatcher.py
Call ComposedSubHandler._attr() with cont parameter (closes #31)
[software/pymin.git] / pymin / dispatcher.py
index af0df0d123b463b0fcb70049e45cc32a74cd5fe7..0d28cb337bf1686d53f46446cdef03ec2272c2bc 100644 (file)
@@ -11,7 +11,7 @@ import re
 import inspect
 import logging ; log = logging.getLogger('pymin.dispatcher')
 
-__ALL__ = ('Error', 'HandlerError', 'CommandNotFoundError', 'Handler',
+__all__ = ('Error', 'HandlerError', 'CommandNotFoundError', 'Handler',
             'Dispatcher', 'handler', 'is_handler', 'get_help')
 
 class Error(RuntimeError):