about summary refs log tree commit diff stats
path: root/test/arch/mep/ir/test_loadstore.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/mep/ir/test_loadstore.py')
-rw-r--r--test/arch/mep/ir/test_loadstore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/arch/mep/ir/test_loadstore.py b/test/arch/mep/ir/test_loadstore.py
index c6b40d55..87343fcb 100644
--- a/test/arch/mep/ir/test_loadstore.py
+++ b/test/arch/mep/ir/test_loadstore.py
@@ -3,10 +3,10 @@
 
 from ut_helpers_ir import exec_instruction
 
-from miasm2.expression.expression import ExprId, ExprMem, ExprInt
+from miasm.expression.expression import ExprId, ExprMem, ExprInt
 
 
-class TestLoadStore:
+class TestLoadStore(object):
 
     def test_sb(self):
         """Test SB execution"""