From c0a89efd6852bfd07dec4c8b1e74f0e927e7fdd8 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 10 Jan 2013 06:14:15 -0500 Subject: 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 --- ipaserver/install/plugins/updateclient.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ipaserver/install/plugins') diff --git a/ipaserver/install/plugins/updateclient.py b/ipaserver/install/plugins/updateclient.py index 7da583fd..a4bc7923 100644 --- a/ipaserver/install/plugins/updateclient.py +++ b/ipaserver/install/plugins/updateclient.py @@ -17,16 +17,12 @@ # along with this program. If not, see . # -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): """ -- cgit