From 03f247ec863eaafa1a760d520eaed91120d522de Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 29 Jun 2012 07:24:14 -0400 Subject: Explicitly filter options that permission-{add,mod} passes to aci-{add,mod} Make permission commands not pass options that the underlying ACI commands do not understand. Update tests. Remove some extraneous imports of the `copy` module. https://fedorahosted.org/freeipa/ticket/2885 --- ipalib/plugins/delegation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipalib/plugins/delegation.py') diff --git a/ipalib/plugins/delegation.py b/ipalib/plugins/delegation.py index f602507b..0f3eecd7 100644 --- a/ipalib/plugins/delegation.py +++ b/ipalib/plugins/delegation.py @@ -18,7 +18,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import copy from ipalib import api, _, ngettext from ipalib import Flag, Str from ipalib.request import context -- cgit