From cfe47a35531d841a0a765943aac1296a2a3ac99b Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Tue, 12 Jan 2010 16:33:16 +0100 Subject: Temporary fix for name collision of textui.print_entry. Somehow there's two of them... rename old one to print_entry1. --- ipalib/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/cli.py') diff --git a/ipalib/cli.py b/ipalib/cli.py index d0feaaea3..41708194d 100644 --- a/ipalib/cli.py +++ b/ipalib/cli.py @@ -277,7 +277,7 @@ class textui(backend.Backend): for line in text[1:]: self.print_plain('%s%s' % (s_indent, line)) - def print_entry(self, entry, indent=1, attr_map={}, attr_order=['dn'], + def print_entry1(self, entry, indent=1, attr_map={}, attr_order=['dn'], one_value_per_line=True): """ Print an ldap entry dict. -- cgit