From 0211c76cd0ce614b9c7510315dbadf5336667410 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 28 Jan 2009 23:21:17 -0700 Subject: Fixed some of the test_xmlrpc unit tests --- ipaserver/plugins/b_ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/plugins/b_ldap.py') diff --git a/ipaserver/plugins/b_ldap.py b/ipaserver/plugins/b_ldap.py index 20fd01ec..c1262f52 100644 --- a/ipaserver/plugins/b_ldap.py +++ b/ipaserver/plugins/b_ldap.py @@ -26,7 +26,7 @@ This wraps the python-ldap bindings. import ldap as _ldap from ipalib import api -from ipalib import errors +from ipalib import errors2 from ipalib.crud import CrudBackend from ipaserver import servercore, ipaldap import krbV -- cgit