]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/dhcp/__init__.py
Bugfix: replace __ALL__ with the correct __all__.
[software/pymin.git] / pymin / services / dhcp / __init__.py
index 51f7ecbad7f56af65896c3a40ed7b842c4b14457..b5bf6f3801ea46bd9ad0c79197921462a5f37c83 100644 (file)
@@ -9,7 +9,7 @@ from pymin.services.util import Restorable, ConfigWriter, InitdHandler, \
                                 TransactionalHandler, ParametersHandler, \
                                 DictSubHandler, ReloadHandler
 
                                 TransactionalHandler, ParametersHandler, \
                                 DictSubHandler, ReloadHandler
 
-__ALL__ = ('DhcpHandler',)
+__all__ = ('DhcpHandler',)
 
 class Host(Sequence):
     r"""Host(name, ip, mac) -> Host instance :: Class representing a host.
 
 class Host(Sequence):
     r"""Host(name, ip, mac) -> Host instance :: Class representing a host.