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 --- example/disasm/callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm/callback.py') diff --git a/example/disasm/callback.py b/example/disasm/callback.py index 20ffe962..06159138 100644 --- a/example/disasm/callback.py +++ b/example/disasm/callback.py @@ -1,5 +1,5 @@ from miasm2.core.bin_stream import bin_stream_str -from miasm2.core.asmbloc import AsmLabel, AsmConstraint, expr_is_label +from miasm2.core.asmblock import AsmLabel, AsmConstraint, expr_is_label from miasm2.arch.x86.disasm import dis_x86_32, cb_x86_funcs -- cgit 1.4.1