about summary refs log tree commit diff stats
path: root/test/arch/mep/ir/test_shift.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/mep/ir/test_shift.py')
-rw-r--r--test/arch/mep/ir/test_shift.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/arch/mep/ir/test_shift.py b/test/arch/mep/ir/test_shift.py
index b63f9ed7..cac48660 100644
--- a/test/arch/mep/ir/test_shift.py
+++ b/test/arch/mep/ir/test_shift.py
@@ -3,11 +3,11 @@
 
 from ut_helpers_ir import exec_instruction
 
-from miasm2.expression.expression import ExprId, ExprInt, ExprCond, ExprOp
-from miasm2.core.cpu import sign_ext
+from miasm.expression.expression import ExprId, ExprInt, ExprCond, ExprOp
+from miasm.core.cpu import sign_ext
 
 
-class TestShift:
+class TestShift(object):
 
     def test_sra(self):
         """Test SRA execution"""