From: Douglas Bagnall Date: Thu, 11 Oct 2018 03:05:11 +0000 (+1300) Subject: selftest/perftests: avoid import * X-Git-Tag: tdb-1.3.17~1170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aff2afd46ef92b8733185a3b02ef0fec54b9c4fe;p=thirdparty%2Fsamba.git selftest/perftests: avoid import * Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/selftest/perf_tests.py b/selftest/perf_tests.py index 9b4289b69a1..bc08075c6d1 100644 --- a/selftest/perf_tests.py +++ b/selftest/perf_tests.py @@ -12,7 +12,8 @@ # three separated by newlines. All other lines in the output are considered # comments. -from selftesthelpers import * +import os +from selftesthelpers import source4dir, bindir, python, plantestsuite_loadlist samba4srcdir = source4dir() samba4bindir = bindir()