From b08f7715180c83b3dd15fd7547bf854a36d93278 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 15 Sep 2015 13:04:30 +0200 Subject: ipalib: remove the unused `csv` argument of Param https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka --- makeapi | 1 - 1 file changed, 1 deletion(-) (limited to 'makeapi') diff --git a/makeapi b/makeapi index f20f11211..34a5c237d 100755 --- a/makeapi +++ b/makeapi @@ -46,7 +46,6 @@ API_DOC_ERROR = 8 # attributes removed from Param.__kw dictionary PARAM_IGNORED_KW_ATTRIBUTES = ( 'attribute', - 'csv', 'default_from', 'doc', 'exclude', -- cgit