mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Remove some unused imports
Remove all unused LDAP-related imports, plus some other ones. This should make it easier to quickly check what uses which LDAP wrapper
This commit is contained in:
committed by
Martin Kosek
parent
ef1cd6e247
commit
c0a89efd68
@@ -17,16 +17,12 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
import os
|
||||
from ipaserver.install.plugins import FIRST, MIDDLE, LAST
|
||||
from ipaserver.install.plugins import POST_UPDATE
|
||||
from ipaserver.install.plugins.baseupdate import DSRestart
|
||||
from ipaserver.install.ldapupdate import LDAPUpdate
|
||||
from ipapython.ipautil import wait_for_open_socket
|
||||
from ipalib import api
|
||||
from ipalib import backend
|
||||
from ipapython.dn import DN
|
||||
import ldap as _ldap
|
||||
|
||||
class updateclient(backend.Executioner):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user