tests,python: Upgrading testlib to function with Python2
[gem5.git] / tests / gem5 / __init__.py
index 614165a482285b1701c20ebf0d6a6222e9dd9098..0955469d085aacb6c0aaefcf972c7815515446d8 100644 (file)
@@ -24,8 +24,8 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-import suite
-import fixture
+import testlib.suite
+import testlib.fixture
 
-from suite import *
-from fixture import *
+from .suite import *
+from .fixture import *