summaryrefslogtreecommitdiffstats
path: root/src/test_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_files.py')
-rw-r--r--src/test_files.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test_files.py b/src/test_files.py
index d71329b..1eee11d 100644
--- a/src/test_files.py
+++ b/src/test_files.py
@@ -21,6 +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 __future__ import print_function
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
@@ -77,7 +78,7 @@ check = {
missing = []
no_result = []
-for directory, check_list in list(check.items()):
+for directory, check_list in check.items():
if os.path.exists(directory):
for c in check_list:
f = os.path.join(directory, c)