From 944806c506446c918eb74c17a605f5f56d4b75e0 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 27 Feb 2019 20:12:54 +0100 Subject: Rename miasm2 to miasm --- test/arch/mep/ir/test_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/arch/mep/ir/test_debug.py') diff --git a/test/arch/mep/ir/test_debug.py b/test/arch/mep/ir/test_debug.py index b25e3a19..0c1026de 100644 --- a/test/arch/mep/ir/test_debug.py +++ b/test/arch/mep/ir/test_debug.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 TestDebug(object): -- cgit 1.4.1