mem: Make MemCtrl a ClockedObject
[gem5.git] / ext / testlib / query.py
index c66445c4461881642c99d54f97b06428c3b5db4e..174af626fedac89ce4405dedbcaf6673b6d5e12c 100644 (file)
@@ -26,8 +26,8 @@
 #
 # Authors: Sean Wilson
 
-import terminal
-import log
+import testlib.terminal as terminal
+import testlib.log as log
 
 # TODO Refactor print logic out of this so the objects
 # created are separate from print logic.