about summary refs log tree commit diff stats
path: root/example/test_jit_msp430.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/test_jit_msp430.py')
-rw-r--r--example/test_jit_msp430.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/test_jit_msp430.py b/example/test_jit_msp430.py
index 00174eec..4df9a869 100644
--- a/example/test_jit_msp430.py
+++ b/example/test_jit_msp430.py
@@ -4,7 +4,7 @@ from argparse import ArgumentParser
 from miasm2.analysis import debugging, gdbserver
 from miasm2.jitter.csts import *
 
-from miasm2.jitter.jitload import vm_load_elf, libimp, preload_elf
+from miasm2.jitter.loader.elf import vm_load_elf, preload_elf
 from miasm2.analysis.machine import Machine
 
 parser = ArgumentParser(