From 1b3fcbdda83d6f248a11de30aaa7cfbf1f775b2e Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 13 Mar 2017 14:19:44 +0100 Subject: Core/asmbloc: move asmbloc to asmblock --- test/analysis/depgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/analysis') diff --git a/test/analysis/depgraph.py b/test/analysis/depgraph.py index f84f19cc..24095c7b 100644 --- a/test/analysis/depgraph.py +++ b/test/analysis/depgraph.py @@ -1,7 +1,7 @@ """Regression test module for DependencyGraph""" from miasm2.expression.expression import ExprId, ExprInt32, ExprAff, ExprCond, \ ExprInt -from miasm2.core.asmbloc import AsmLabel +from miasm2.core.asmblock import AsmLabel from miasm2.ir.analysis import ira from miasm2.ir.ir import IRBlock, AssignBlock from miasm2.core.graph import DiGraph -- cgit 1.4.1