summaryrefslogtreecommitdiffstats
path: root/test/TEMPFILE
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-09-21 23:55:54 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-09-21 23:55:54 (GMT)
commitf57194667c8d8e8a3bfbfd3bd807b177758d1751 (patch)
tree598683129995080d80836ee16c58d881cd1e7e25 /test/TEMPFILE
parentb0b370d20b55a7b1296f6ecbb3d45e9eb076bc1c (diff)
parent5c019f7cb184c3312e5f17aeef05be6eb38c3c92 (diff)
downloadSCons-f57194667c8d8e8a3bfbfd3bd807b177758d1751.zip
SCons-f57194667c8d8e8a3bfbfd3bd807b177758d1751.tar.gz
SCons-f57194667c8d8e8a3bfbfd3bd807b177758d1751.tar.bz2
Merge branch 'autoflake' of https://github.com/mwichmann/scons into mwichmann-autoflake
Diffstat (limited to 'test/TEMPFILE')
-rw-r--r--test/TEMPFILE/TEMPFILEPREFIX.py2
-rw-r--r--test/TEMPFILE/TEMPFILESUFFIX.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/TEMPFILE/TEMPFILEPREFIX.py b/test/TEMPFILE/TEMPFILEPREFIX.py
index ac2ae46..62ac814 100644
--- a/test/TEMPFILE/TEMPFILEPREFIX.py
+++ b/test/TEMPFILE/TEMPFILEPREFIX.py
@@ -25,8 +25,6 @@ it to appear at the front of name of the generated tempfile
used for long command lines.
"""
-import os
-import stat
import TestSCons
diff --git a/test/TEMPFILE/TEMPFILESUFFIX.py b/test/TEMPFILE/TEMPFILESUFFIX.py
index a19317d..bd4cf09 100644
--- a/test/TEMPFILE/TEMPFILESUFFIX.py
+++ b/test/TEMPFILE/TEMPFILESUFFIX.py
@@ -25,8 +25,6 @@ it to appear at the end of name of the generated tempfile
used for long command lines.
"""
-import os
-import stat
import TestSCons