From: Douglas Bagnall Date: Thu, 11 Oct 2018 01:44:02 +0000 (+1300) Subject: python/tests/kcc.graph: avoid import * X-Git-Tag: tdb-1.3.17~1172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90b2fcda81449f653f90d5f96ce8c1a603f251a;p=thirdparty%2Fsamba.git python/tests/kcc.graph: avoid import * Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/kcc/graph.py b/python/samba/tests/kcc/graph.py index 6565172770d..ed02b0d4ed8 100644 --- a/python/samba/tests/kcc/graph.py +++ b/python/samba/tests/kcc/graph.py @@ -21,8 +21,7 @@ import samba import samba.tests -from samba.kcc.graph import * - +from samba.kcc.graph import total_schedule, convert_schedule_to_repltimes def ntdsconn_schedule(times): if times is None: