]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/ppp/__init__.py
Give a nice error if a VPN key can't be readed (refs #22).
[software/pymin.git] / pymin / services / ppp / __init__.py
index 1dce3158f90650bb440f565212900cece647303f..6ee9f5a97218ae0ae5e994c601207968c3fc79e3 100644 (file)
@@ -11,7 +11,7 @@ from pymin.dispatcher import Handler, handler, HandlerError
 from pymin.services.util import Restorable, ConfigWriter, ReloadHandler, \
                                 TransactionalHandler, DictSubHandler, call
 
-__ALL__ = ('PppHandler',)
+__all__ = ('PppHandler',)
 
 class ConnectionError(HandlerError, KeyError):
     r"""