about summary refs log tree commit diff stats
path: root/example/asm/simple.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-06 17:17:08 +0100
committerAjax <commial@gmail.com>2015-11-06 17:31:11 +0100
commit4f1f281c79bf8a4778138d991bc2e6d2fdc156ec (patch)
tree697749d957c733f918f27a6765d448199785ded0 /example/asm/simple.py
parentecb48bb8a993e72b96d84fe09f81bbdc0c513fbc (diff)
downloadmiasm-4f1f281c79bf8a4778138d991bc2e6d2fdc156ec.tar.gz
miasm-4f1f281c79bf8a4778138d991bc2e6d2fdc156ec.zip
Example/ASM: remove unused import in simple.py
Diffstat (limited to 'example/asm/simple.py')
-rw-r--r--example/asm/simple.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/example/asm/simple.py b/example/asm/simple.py
index 45954f91..d7623908 100644
--- a/example/asm/simple.py
+++ b/example/asm/simple.py
@@ -3,8 +3,6 @@ from pprint import pprint
 
 from miasm2.arch.x86.arch import mn_x86
 from miasm2.core import parse_asm, asmbloc
-import miasm2.expression.expression as m2_expr
-from miasm2.core import asmbloc
 
 
 # Assemble code