about summary refs log tree commit diff stats
path: root/test/arch/mep/asm/test_asm.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/mep/asm/test_asm.py')
-rw-r--r--test/arch/mep/asm/test_asm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/arch/mep/asm/test_asm.py b/test/arch/mep/asm/test_asm.py
index 217def86..7762669a 100644
--- a/test/arch/mep/asm/test_asm.py
+++ b/test/arch/mep/asm/test_asm.py
@@ -2,8 +2,8 @@
 # Guillaume Valadon <guillaume@valadon.net>
 
 from __future__ import print_function
-from miasm2.core.utils import decode_hex, encode_hex
-from miasm2.arch.mep.arch import mn_mep
+from miasm.core.utils import decode_hex, encode_hex
+from miasm.arch.mep.arch import mn_mep
 
 class TestMisc(object):