mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
tests/samba-tool user_wdigest: Remove unused imports
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
7244a64478
commit
a71c62404a
@@ -18,18 +18,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
|
||||||
import base64
|
|
||||||
import ldb
|
|
||||||
import samba
|
import samba
|
||||||
from samba.tests.samba_tool.base import SambaToolCmdTest
|
from samba.tests.samba_tool.base import SambaToolCmdTest
|
||||||
from samba import (
|
|
||||||
credentials,
|
|
||||||
nttime2unix,
|
|
||||||
dsdb
|
|
||||||
)
|
|
||||||
from samba.ndr import ndr_unpack
|
|
||||||
from samba.dcerpc import drsblobs
|
|
||||||
from hashlib import md5
|
from hashlib import md5
|
||||||
import random
|
import random
|
||||||
import string
|
import string
|
||||||
|
|||||||
Reference in New Issue
Block a user