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/selfservice.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipalib/plugins/selfservice.py') diff --git a/ipalib/plugins/selfservice.py b/ipalib/plugins/selfservice.py index 82f2a0cc..2b104885 100644 --- a/ipalib/plugins/selfservice.py +++ b/ipalib/plugins/selfservice.py @@ -17,8 +17,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