about summary refs log tree commit diff stats
path: root/example/test_jit_mips32.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/test_jit_mips32.py')
-rw-r--r--example/test_jit_mips32.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/test_jit_mips32.py b/example/test_jit_mips32.py
index f09e2d81..d027ec50 100644
--- a/example/test_jit_mips32.py
+++ b/example/test_jit_mips32.py
@@ -3,9 +3,8 @@
 from argparse import ArgumentParser
 from miasm2.analysis import debugging, gdbserver
 from miasm2.jitter.csts import *
-
-from miasm2.jitter.loader.elf import vm_load_elf, preload_elf
 from miasm2.analysis.machine import Machine
+
 from pdb import pm
 
 parser = ArgumentParser(