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 --- miasm2/analysis/binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/analysis/binary.py') diff --git a/miasm2/analysis/binary.py b/miasm2/analysis/binary.py index 38a6be15..4ff9dac0 100644 --- a/miasm2/analysis/binary.py +++ b/miasm2/analysis/binary.py @@ -2,7 +2,7 @@ import logging from miasm2.core.bin_stream import bin_stream_str, bin_stream_elf, bin_stream_pe from miasm2.jitter.csts import PAGE_READ -from miasm2.core.asmbloc import AsmSymbolPool +from miasm2.core.asmblock import AsmSymbolPool log = logging.getLogger("binary") -- cgit 1.4.1