about summary refs log tree commit diff stats
path: root/example/disasm_01.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/disasm_01.py')
-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