1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

selftest/perftests: avoid import *

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Douglas Bagnall 2018-10-11 16:05:11 +13:00 committed by Noel Power
parent bbf1740b33
commit aff2afd46e

View 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()