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 --- ipalib/aci.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipalib/aci.py') diff --git a/ipalib/aci.py b/ipalib/aci.py index 53c0053c6..c911da188 100755 --- a/ipalib/aci.py +++ b/ipalib/aci.py @@ -19,7 +19,6 @@ import shlex import re -import ldap # The Python re module doesn't do nested parenthesis -- cgit