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 --- install/restart_scripts/renew_ra_cert | 1 - 1 file changed, 1 deletion(-) (limited to 'install/restart_scripts') diff --git a/install/restart_scripts/renew_ra_cert b/install/restart_scripts/renew_ra_cert index a70ba5c1a..e5418fdaf 100644 --- a/install/restart_scripts/renew_ra_cert +++ b/install/restart_scripts/renew_ra_cert @@ -32,7 +32,6 @@ from ipalib import api from ipapython.dn import DN from ipalib import errors from ipaserver.plugins.ldap2 import ldap2 -import ldap as _ldap api.bootstrap(context='restart') api.finalize() -- cgit