From: Douglas Bagnall Date: Thu, 11 Oct 2018 03:51:23 +0000 (+1300) Subject: s3/selftest/tests: don't use import * X-Git-Tag: tdb-1.3.17~1167 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=9f7247d84699519a5817de5c498058a844b4536e;p=samba.git s3/selftest/tests: don't use import * Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index e03c02c018f..2496061ead0 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -22,7 +22,13 @@ import os import sys sys.path.insert(0, os.path.normpath(os.path.join(os.path.dirname(__file__), "../../selftest"))) import selftesthelpers -from selftesthelpers import * +from selftesthelpers import bindir, srcdir, scriptdir, binpath +from selftesthelpers import plantestsuite, samba3srcdir +from selftesthelpers import smbtorture3, configuration, smbclient3 +from selftesthelpers import net, wbinfo, dbwrap_tool, rpcclient, python +from selftesthelpers import smbget, smbcacls, smbcquotas, ntlm_auth3 +from selftesthelpers import valgrindify, smbtorture4_testsuites +from selftesthelpers import smbtorture4_options smbtorture4_options.extend([ '--option=torture:sharedelay=100000', '--option=torture:writetimeupdatedelay=500000',