mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
python/tests/kcc_*: avoid * imports
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
committed by
Noel Power
parent
b90b2fcda8
commit
bbf1740b33
@ -21,7 +21,13 @@
|
||||
|
||||
import samba
|
||||
import samba.tests
|
||||
from samba.kcc.graph_utils import *
|
||||
from samba.kcc.graph_utils import GraphError
|
||||
from samba.kcc.graph_utils import (verify_graph_complete,
|
||||
verify_graph_connected,
|
||||
verify_graph_connected_under_edge_failures,
|
||||
verify_graph_forest,
|
||||
verify_graph_connected_under_vertex_failures,
|
||||
verify_graph_no_lonely_vertices)
|
||||
|
||||
import itertools
|
||||
|
||||
|
@ -20,7 +20,8 @@
|
||||
"""Tests for samba.kcc.kcc_utils"""
|
||||
import samba
|
||||
import samba.tests
|
||||
from samba.kcc.kcc_utils import *
|
||||
from samba.kcc.kcc_utils import new_connection_schedule, drsblobs
|
||||
from samba.kcc.kcc_utils import uncovered_sites_to_cover
|
||||
from samba.credentials import Credentials
|
||||
from samba.auth import system_session
|
||||
from samba.samdb import SamDB
|
||||
|
Reference in New Issue
Block a user