about summary refs log tree commit diff stats
path: root/example
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-01-07 18:06:49 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:42 +0100
commit10389cfb17e3a0d8cc7f46237a41877635025ac8 (patch)
tree245761544a1fd2b6d4923b18911677e0a5d4d21a /example
parentbaaa641db2258d2f6ea3324426fcbb1c59df6cd5 (diff)
downloadmiasm-10389cfb17e3a0d8cc7f46237a41877635025ac8.tar.gz
miasm-10389cfb17e3a0d8cc7f46237a41877635025ac8.zip
Example/Disasm_01: Reorganize and remove unused imports
Diffstat (limited to 'example')
-rw-r--r--example/disasm_01.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/disasm_01.py b/example/disasm_01.py
index bc6a2fd6..0e29dcee 100644
--- a/example/disasm_01.py
+++ b/example/disasm_01.py
@@ -1,5 +1,5 @@
 from miasm2.arch.x86.arch import mn_x86
-from miasm2.arch.x86.regs import *
+from miasm2.arch.x86.regs import EDX
 
 l = mn_x86.fromstring('MOV EAX, EBX', 32)
 print "instruction:", l