1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

python/tests/common: avoid import *

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Douglas Bagnall 2018-10-11 13:40:59 +13:00 committed by Noel Power
parent aff2afd46e
commit c9c3a9ce91

View File

@ -20,7 +20,7 @@
import samba
import os
import samba.tests
from samba.common import *
from samba.common import normalise_int32, dsdb_Dn
from samba.samdb import SamDB