summaryrefslogtreecommitdiff
path: root/src/cpu/testers/rubytest/RubyTester.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/testers/rubytest/RubyTester.py')
-rw-r--r--src/cpu/testers/rubytest/RubyTester.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/testers/rubytest/RubyTester.py b/src/cpu/testers/rubytest/RubyTester.py
index f12485566..2ac1697fd 100644
--- a/src/cpu/testers/rubytest/RubyTester.py
+++ b/src/cpu/testers/rubytest/RubyTester.py
@@ -25,11 +25,11 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-
-from MemObject import MemObject
from m5.params import *
from m5.proxy import *
+from m5.objects.MemObject import MemObject
+
class RubyTester(MemObject):
type = 'RubyTester'
cxx_header = "cpu/testers/rubytest/RubyTester.hh"