diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-12-13 01:30:08 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-12-13 01:30:08 (GMT) |
commit | 68e4dc36483ad8c0c1757394b6380410ed665e10 (patch) | |
tree | d61b839753d0144a6a3814d5fcdc6ed59c079871 /SCons/UtilTests.py | |
parent | 8aafb325096c6bc037e9ba38df6230e6efa6a204 (diff) | |
download | SCons-68e4dc36483ad8c0c1757394b6380410ed665e10.zip SCons-68e4dc36483ad8c0c1757394b6380410ed665e10.tar.gz SCons-68e4dc36483ad8c0c1757394b6380410ed665e10.tar.bz2 |
Fix sider complaints
Diffstat (limited to 'SCons/UtilTests.py')
-rw-r--r-- | SCons/UtilTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/UtilTests.py b/SCons/UtilTests.py index 5406a31..7784e89 100644 --- a/SCons/UtilTests.py +++ b/SCons/UtilTests.py @@ -21,7 +21,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -from collections import UserDict, UserList, UserString, OrderedDict +from collections import UserDict, UserList, UserString import functools import io import os |