Remove ipaserver/ipaldap.py

In addition to removing the module, fix all places where it was imported.

Preparation for: https://fedorahosted.org/freeipa/ticket/3446
This commit is contained in:
Petr Viktorin
2013-01-31 06:59:35 -05:00
committed by Martin Kosek
parent 4e6a2a916d
commit 91a63cce62
15 changed files with 22 additions and 60 deletions

View File

@@ -29,8 +29,8 @@ import wsgiref
from ipapython.ipa_log_manager import root_logger
from ipapython.ipautil import get_ipa_basedn
from ipapython.dn import DN
from ipapython.ipaldap import IPAdmin
from ipalib import errors
from ipaserver.ipaldap import IPAdmin
def convert_exception(error):