diff options
author | Petr Viktorin <pviktori@redhat.com> | 2013-01-10 06:14:15 -0500 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-03-01 16:59:42 +0100 |
commit | c0a89efd6852bfd07dec4c8b1e74f0e927e7fdd8 (patch) | |
tree | d5aba820545bebcacae11a33fc4233eef25972bd /install/tools/ipa-adtrust-install | |
parent | ef1cd6e24732e7fa64f6c4b0ce32a909fbf1df5d (diff) | |
download | freeipa-c0a89efd6852bfd07dec4c8b1e74f0e927e7fdd8.tar.gz freeipa-c0a89efd6852bfd07dec4c8b1e74f0e927e7fdd8.tar.xz freeipa-c0a89efd6852bfd07dec4c8b1e74f0e927e7fdd8.zip |
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
Diffstat (limited to 'install/tools/ipa-adtrust-install')
-rwxr-xr-x | install/tools/ipa-adtrust-install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install index 00b64700d..ea8d4e467 100755 --- a/install/tools/ipa-adtrust-install +++ b/install/tools/ipa-adtrust-install @@ -21,7 +21,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -from ipaserver.plugins.ldap2 import ldap2 from ipaserver.install import adtrustinstance from ipaserver.install.installutils import * from ipaserver.install import service @@ -30,7 +29,6 @@ from ipapython import ipautil, sysrestore from ipalib import api, errors, util from ipapython.config import IPAOptionParser import krbV -import ldap from ipapython.ipa_log_manager import * from ipapython.dn import DN |