about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--example/ida/depgraph.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/example/ida/depgraph.py b/example/ida/depgraph.py
index fcd87cb9..03eea3d5 100644
--- a/example/ida/depgraph.py
+++ b/example/ida/depgraph.py
@@ -1,14 +1,11 @@
-import sys
 import os
 import tempfile
 
-from idaapi import GraphViewer
 from miasm2.core.bin_stream_ida import bin_stream_ida
 from miasm2.core.asmbloc import *
 from miasm2.expression import expression as m2_expr
 
 from miasm2.expression.simplifications import expr_simp
-from miasm2.analysis.machine import Machine
 from miasm2.analysis.depgraph import DependencyGraph
 
 from utils import guess_machine