about summary refs log tree commit diff stats
path: root/test/arch/mep/ir/test_repeat.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/mep/ir/test_repeat.py')
-rw-r--r--test/arch/mep/ir/test_repeat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/ir/test_repeat.py b/test/arch/mep/ir/test_repeat.py
index 1e0e2f86..e684ef87 100644
--- a/test/arch/mep/ir/test_repeat.py
+++ b/test/arch/mep/ir/test_repeat.py
@@ -3,7 +3,7 @@
 
 from ut_helpers_ir import exec_instruction
 
-from miasm2.expression.expression import ExprId, ExprInt, ExprCond, ExprOp
+from miasm.expression.expression import ExprId, ExprInt, ExprCond, ExprOp
 
 
 class TestRepeat(object):