summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-01-31 06:19:02 -0500
committerMartin Kosek <mkosek@redhat.com>2013-03-13 12:36:33 +0100
commit4e6a2a916d99c4eb9f5e6f5d622517e1b3fe323e (patch)
treecda6529b34dd7450fa3e7f98085f7e39cd9848a9 /ipaserver/plugins
parenta38d93f65f87db1a0b9c34eb0ba1b6d9dca9e060 (diff)
downloadfreeipa.git-4e6a2a916d99c4eb9f5e6f5d622517e1b3fe323e.tar.gz
freeipa.git-4e6a2a916d99c4eb9f5e6f5d622517e1b3fe323e.tar.xz
freeipa.git-4e6a2a916d99c4eb9f5e6f5d622517e1b3fe323e.zip
Move ipaldap to ipapython
Part of the work for: https://fedorahosted.org/freeipa/ticket/3446
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/ldap2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/plugins/ldap2.py b/ipaserver/plugins/ldap2.py
index f21ce4fa..b84271c6 100644
--- a/ipaserver/plugins/ldap2.py
+++ b/ipaserver/plugins/ldap2.py
@@ -35,7 +35,7 @@ import krbV
import ldap as _ldap
from ipapython.dn import DN
-from ipaserver.ipaldap import SASL_GSSAPI, IPASimpleLDAPObject, LDAPClient
+from ipapython.ipaldap import SASL_GSSAPI, IPASimpleLDAPObject, LDAPClient
try: