mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
selftest/tests.py: avoid import *
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
parent
c9c3a9ce91
commit
8818b21ea5
@ -18,7 +18,12 @@
|
||||
# three separated by newlines. All other lines in the output are considered
|
||||
# comments.
|
||||
|
||||
from selftesthelpers import *
|
||||
import os
|
||||
from selftesthelpers import bindir, srcdir, python
|
||||
from selftesthelpers import planpythontestsuite, samba4srcdir
|
||||
from selftesthelpers import plantestsuite, bbdir
|
||||
from selftesthelpers import configuration, valgrindify
|
||||
from selftesthelpers import skiptestsuite
|
||||
|
||||
try:
|
||||
config_h = os.environ["CONFIG_H"]
|
||||
|
Loading…
Reference in New Issue
Block a user