1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

selftest: Remove star imports

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-29 15:14:51 +12:00 committed by Andrew Bartlett
parent 6db02afab8
commit 0fe4a12b3f

View File

@ -7,8 +7,14 @@ import sys
import os
from waflib import Options, Utils
from samba_utils import *
from samba_autoconf import *
from samba_utils import (
ADD_LD_LIBRARY_PATH,
CHECK_MAKEFLAGS,
EXPAND_VARIABLES,
LOAD_ENVIRONMENT,
RUN_COMMAND,
)
from samba_autoconf import CONFIG_GET, CONFIG_SET
import types
DEFAULT_SELFTEST_PREFIX="./st"