From: Ben Steffen Date: Tue, 26 Nov 2019 17:12:24 +0000 (-0500) Subject: Remove spurious newline X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/3a9117aafeca58769b70d484e0494c887cf7d4c9 Remove spurious newline --- diff --git a/python/invirt/authz.py b/python/invirt/authz.py index 95118e7..284db81 100644 --- a/python/invirt/authz.py +++ b/python/invirt/authz.py @@ -19,7 +19,6 @@ def expand_owner(name): for ep in pkg_resources.iter_entry_points('invirt.authz', cfg.authz.name): return ep.load().expandOwner(name) - 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):