summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
diff options
context:
space:
mode:
authorPavel Zuna <pzuna@redhat.com>2010-01-12 16:33:16 +0100
committerRob Crittenden <rcritten@redhat.com>2010-01-20 16:53:28 -0500
commitcfe47a35531d841a0a765943aac1296a2a3ac99b (patch)
treeb224804f8af8da7fb5c72774e4059fec802a5542 /ipalib/cli.py
parent54631247a7adcaeb60ad1b7b58ffef2e151c386d (diff)
downloadfreeipa-cfe47a35531d841a0a765943aac1296a2a3ac99b.tar.gz
freeipa-cfe47a35531d841a0a765943aac1296a2a3ac99b.tar.xz
freeipa-cfe47a35531d841a0a765943aac1296a2a3ac99b.zip
Temporary fix for name collision of textui.print_entry.
Somehow there's two of them... rename old one to print_entry1.
Diffstat (limited to 'ipalib/cli.py')
-rw-r--r--ipalib/cli.py2
1 files changed, 1 insertions, 1 deletions
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.