From dabd7986f70ef050228d1ee8e4ace67419d7efc0 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Mon, 26 Oct 2020 14:56:03 -0600 Subject: Fix a sider complaint in EnvironmentTests.py Signed-off-by: Mats Wichmann --- SCons/EnvironmentTests.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SCons/EnvironmentTests.py b/SCons/EnvironmentTests.py index e308865..53dd9a7 100644 --- a/SCons/EnvironmentTests.py +++ b/SCons/EnvironmentTests.py @@ -33,7 +33,13 @@ from collections import UserDict as UD, UserList as UL import TestCmd import TestUnit -from SCons.Environment import * +from SCons.Environment import ( + Environment, + NoSubstitutionProxy, + OverrideEnvironment, + SubstitutionEnvironment, + is_valid_construction_var, +) import SCons.Warnings def diff_env(env1, env2): -- cgit v0.12