mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +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:
parent
6db02afab8
commit
0fe4a12b3f
@ -7,8 +7,14 @@ import sys
|
|||||||
import os
|
import os
|
||||||
from waflib import Options, Utils
|
from waflib import Options, Utils
|
||||||
|
|
||||||
from samba_utils import *
|
from samba_utils import (
|
||||||
from samba_autoconf import *
|
ADD_LD_LIBRARY_PATH,
|
||||||
|
CHECK_MAKEFLAGS,
|
||||||
|
EXPAND_VARIABLES,
|
||||||
|
LOAD_ENVIRONMENT,
|
||||||
|
RUN_COMMAND,
|
||||||
|
)
|
||||||
|
from samba_autoconf import CONFIG_GET, CONFIG_SET
|
||||||
import types
|
import types
|
||||||
|
|
||||||
DEFAULT_SELFTEST_PREFIX="./st"
|
DEFAULT_SELFTEST_PREFIX="./st"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user