Remove __all__ assignment that doesn't do anything
[invirt/packages/invirt-base.git] / python / invirt / authz.py
index 34f53c8..95118e7 100644 (file)
@@ -24,8 +24,3 @@ def expand_admin(name):
     """Expand an "administrator" to a list of authorized users."""
     for ep in pkg_resources.iter_entry_points('invirt.authz', cfg.authz.name):
         return ep.load().expandAdmin(name)
-
-
-__all__ = ['expandOwner',
-           'expandAdmin',
-           ]