mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
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:
committed by
Martin Kosek
parent
ef1cd6e247
commit
c0a89efd68
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user