about summary refs log tree commit diff stats
path: root/example/disasm/full.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/disasm/full.py')
-rw-r--r--example/disasm/full.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/disasm/full.py b/example/disasm/full.py
index ac8bf522..03094a55 100644
--- a/example/disasm/full.py
+++ b/example/disasm/full.py
@@ -10,7 +10,7 @@ from miasm2.analysis.data_flow import dead_simp, DiGraphDefUse, \
     ReachingDefinitions, merge_blocks, remove_empty_assignblks, \
     PropagateExpr, replace_stack_vars, load_from_int
 from miasm2.expression.simplifications import expr_simp
-from miasm2.analysis.ssa import SSAPath, SSADiGraph, remove_phi
+from miasm2.analysis.ssa import SSADiGraph, remove_phi
 from miasm2.ir.ir import AssignBlock, IRBlock
 
 log = logging.getLogger("dis")