tests: Remove Python 2.7 glue code

Remove uses of six and from __future__ imports as they are no longer
needed.

Change-Id: I74b5250722abe1e202f31a9ec1d4cc04039df168
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39757
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Andreas Sandberg
2021-01-26 12:35:03 +00:00
parent 9f31b5c576
commit cbcd3ecf15
9 changed files with 4 additions and 17 deletions

View File

@@ -5,7 +5,6 @@ loaders.
Discovers and runs all tests from a given root directory.
'''
from __future__ import print_function
import sys
import os