Drop support for CSV in the CLI client

Ticket: https://fedorahosted.org/freeipa/ticket/3352
Design: http://freeipa.org/page/V3/Drop_CSV
This commit is contained in:
Petr Viktorin
2013-02-14 11:49:47 -05:00
committed by Martin Kosek
parent b4915bd2fd
commit 3a96cbc518
5 changed files with 5 additions and 102 deletions

View File

@@ -1044,7 +1044,6 @@ class cli(backend.Executioner):
kw = self.parse(cmd, argv)
if self.env.interactive:
self.prompt_interactively(cmd, kw)
kw = cmd.split_csv(**kw)
if self.env.interactive:
try:
callbacks = cmd.get_callbacks('interactive_prompt')