1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ldb:tests:crash: rationalise imports

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Douglas Bagnall 2024-08-17 18:10:33 +12:00 committed by Andreas Schneider
parent 102660e7d1
commit 0c968d374a

View File

@ -4,10 +4,9 @@
import os
from unittest import TestCase
import os
import sys
import traceback
sys.path.insert(0, "bin/python")
import ldb