selftest/perftests: avoid import *
[sfrench/samba-autobuild/.git] / 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()