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/user.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 7e98bba4..c19d9a66 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -19,7 +19,6 @@ # along with this program. If not, see . from time import gmtime, strftime, strptime -import copy import string from ipalib import api, errors -- cgit