From: Douglas Bagnall Date: Thu, 11 Oct 2018 00:40:59 +0000 (+1300) Subject: python/tests/common: avoid import * X-Git-Tag: tdb-1.3.17~1169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c3a9ce9136e0318a127470b6e234948ce2e2ce;p=thirdparty%2Fsamba.git python/tests/common: avoid import * Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/common.py b/python/samba/tests/common.py index 11510b63be7..13f3ba2bc7a 100644 --- a/python/samba/tests/common.py +++ b/python/samba/tests/common.py @@ -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