]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/nat/__init__.py
Bugfix: replace __ALL__ with the correct __all__.
[software/pymin.git] / pymin / services / nat / __init__.py
index 21a357e6c2712965ace241a3ec140a65bc6996a0..34d5b0dc231e74a825d0c5be2a2260667cc5abe3 100644 (file)
@@ -9,7 +9,7 @@ from pymin.services.util import Restorable, ConfigWriter, RestartHandler, \
                                 ReloadHandler, TransactionalHandler, \
                                 ServiceHandler, ListSubHandler, call
 
-__ALL__ = ('NatHandler',)
+__all__ = ('NatHandler',)
 
 class PortForward(Sequence):
     r"""PortForward(dev, protocol, port, dst[, dst_port[, ...]]) -> PortForward.