[SCons] Replace from buildutils import *

This commit is contained in:
Ingmar Schoegl
2024-09-28 16:41:43 -05:00
parent 3f7d0ff726
commit 18b6a67e7c
12 changed files with 28 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from os.path import join as pjoin
import time
import sys
from buildutils import *
from buildutils import logger, test_results, multi_glob
Import('env','build','install')
localenv = env.Clone()