about summary refs log tree commit diff stats
path: root/miasm2/arch/mips32/disasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/arch/mips32/disasm.py')
-rw-r--r--miasm2/arch/mips32/disasm.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/miasm2/arch/mips32/disasm.py b/miasm2/arch/mips32/disasm.py
index 53de308a..e5a70349 100644
--- a/miasm2/arch/mips32/disasm.py
+++ b/miasm2/arch/mips32/disasm.py
@@ -1,5 +1,5 @@
 from miasm2.core.asmbloc import disasmEngine
-from arch import mn_mips32
+from miasm2.arch.mips32.arch import mn_mips32
 
 
 
@@ -14,4 +14,3 @@ class dis_mips32l(disasmEngine):
     def __init__(self, bs=None, **kwargs):
         super(dis_mips32l, self).__init__(mn_mips32, self.attrib, bs, **kwargs)
 
-