]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/dns/__init__.py
Give a nice error if a VPN key can't be readed (refs #22).
[software/pymin.git] / pymin / services / dns / __init__.py
index f57386c9f4dcf474d9371946ffeae9a423579bda..0576cd05721b28f0770e0be88021c09cfceb430f 100644 (file)
@@ -11,7 +11,7 @@ from pymin.services.util import Restorable, ConfigWriter, InitdHandler, \
                                 TransactionalHandler, ParametersHandler, \
                                 DictComposedSubHandler, DictSubHandler, call
 
                                 TransactionalHandler, ParametersHandler, \
                                 DictComposedSubHandler, DictSubHandler, call
 
-__ALL__ = ('DnsHandler',)
+__all__ = ('DnsHandler',)
 
 class Host(Sequence):
     def __init__(self, name, ip):
 
 class Host(Sequence):
     def __init__(self, name, ip):