about summary refs log tree commit diff stats
path: root/example/jitter
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter')
-rw-r--r--example/jitter/arm_sc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/example/jitter/arm_sc.py b/example/jitter/arm_sc.py
index 80714641..ca765d31 100644
--- a/example/jitter/arm_sc.py
+++ b/example/jitter/arm_sc.py
@@ -1,12 +1,8 @@
 #!/usr/bin/env python
 #-*- coding:utf-8 -*-
-from miasm2.analysis import debugging, gdbserver
-
 from miasm2.analysis.sandbox import Sandbox_Linux_armb_str
 from miasm2.analysis.sandbox import Sandbox_Linux_arml_str
-from miasm2.analysis.machine import Machine
 from elfesteem.strpatchwork import StrPatchwork
-import logging
 
 from pdb import pm