From: Douglas Bagnall Date: Thu, 11 Oct 2018 03:05:23 +0000 (+1300) Subject: selftest/tests.py: avoid import * X-Git-Tag: tdb-1.3.17~1168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8818b21ea544e675a6922ee896fb8d2258017168;p=thirdparty%2Fsamba.git selftest/tests.py: avoid import * Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/selftest/tests.py b/selftest/tests.py index daa3bb7390c..1658dd2b854 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -18,7 +18,12 @@ # three separated by newlines. All other lines in the output are considered # comments. -from selftesthelpers import * +import os +from selftesthelpers import bindir, srcdir, python +from selftesthelpers import planpythontestsuite, samba4srcdir +from selftesthelpers import plantestsuite, bbdir +from selftesthelpers import configuration, valgrindify +from selftesthelpers import skiptestsuite try: config_h = os.environ["CONFIG_H"]