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
This commit is contained in:
Petr Viktorin
2013-03-01 16:59:42 +01:00
committed by Martin Kosek
parent ef1cd6e247
commit c0a89efd68
15 changed files with 22 additions and 48 deletions
-3
View File
@@ -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