about summary refs log tree commit diff stats
path: root/example/expression/expr_grapher.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-06 17:37:25 +0100
committerAjax <commial@gmail.com>2015-11-06 17:37:25 +0100
commit685bbab3408cf44b13f1aa8528a62702db194d29 (patch)
tree7c04022c4d96dc8ba65fd0de775f00c49aeca7a9 /example/expression/expr_grapher.py
parent4f1f281c79bf8a4778138d991bc2e6d2fdc156ec (diff)
downloadfocaccia-miasm-685bbab3408cf44b13f1aa8528a62702db194d29.tar.gz
focaccia-miasm-685bbab3408cf44b13f1aa8528a62702db194d29.zip
Example/EXPR: unused import DiGraph
Diffstat (limited to 'example/expression/expr_grapher.py')
-rw-r--r--example/expression/expr_grapher.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/expression/expr_grapher.py b/example/expression/expr_grapher.py
index d1cbb73b..22dff7cf 100644
--- a/example/expression/expr_grapher.py
+++ b/example/expression/expr_grapher.py
@@ -1,4 +1,3 @@
-from miasm2.core.graph import DiGraph
 from miasm2.expression.expression import *
 
 print "Simple Expression grapher demo"