]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest/perftests: avoid import *
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Oct 2018 03:05:11 +0000 (16:05 +1300)
committerNoel Power <npower@samba.org>
Thu, 25 Oct 2018 19:45:56 +0000 (21:45 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
selftest/perf_tests.py

index 9b4289b69a198b428bee3c0ede2970bd415af5c7..bc08075c6d1a9017577030ed695a5eae062b8717 100644 (file)
@@ -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()