diff options
Diffstat (limited to 'example/asm/simple.py')
| -rw-r--r-- | example/asm/simple.py | 2 |
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 |