about summary refs log tree commit diff stats
path: root/example/asm/simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/asm/simple.py')
-rw-r--r--example/asm/simple.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/asm/simple.py b/example/asm/simple.py
index e46faa48..8f6aac92 100644
--- a/example/asm/simple.py
+++ b/example/asm/simple.py
@@ -2,8 +2,8 @@ from __future__ import print_function
 from pdb import pm
 from pprint import pprint
 
-from miasm2.arch.x86.arch import mn_x86
-from miasm2.core import parse_asm, asmblock
+from miasm.arch.x86.arch import mn_x86
+from miasm.core import parse_asm, asmblock
 
 
 # Assemble code