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/plugins/ldap2.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ipaserver/plugins/ldap2.py') diff --git a/ipaserver/plugins/ldap2.py b/ipaserver/plugins/ldap2.py index 86ea5d47..fa293517 100644 --- a/ipaserver/plugins/ldap2.py +++ b/ipaserver/plugins/ldap2.py @@ -29,14 +29,11 @@ Backend plugin for LDAP. import copy import os -import socket -import string import shutil import tempfile import time import re import pwd -import sys from decimal import Decimal import krbV -- cgit