]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Remove star imports
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 29 Aug 2023 03:14:51 +0000 (15:14 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Aug 2023 02:15:29 +0000 (02:15 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/wscript

index 55a477434c41ce4675dbc3ffce307d02b2234a45..785033e8ec728fe1378bc859fe028f08784c34db 100644 (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"