about summary refs log tree commit diff stats
path: root/example
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2012-01-17 11:29:07 +0100
committerserpilliere <devnull@localhost>2012-01-17 11:29:07 +0100
commitc653fb8faaee795e017dd88191ab0c19ce02d8a0 (patch)
tree427913af58f1ccb32320642c7bfdac655b0b5558 /example
parent590fb5590f85a7de443904d95a7625f2ca4854e5 (diff)
downloadmiasm-c653fb8faaee795e017dd88191ab0c19ce02d8a0.tar.gz
miasm-c653fb8faaee795e017dd88191ab0c19ce02d8a0.zip
enable miasm installation without tcc
Diffstat (limited to 'example')
-rwxr-xr-xexample/disas_and_graph.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/disas_and_graph.py b/example/disas_and_graph.py
index c7ec26aa..03519a70 100755
--- a/example/disas_and_graph.py
+++ b/example/disas_and_graph.py
@@ -2,7 +2,6 @@
 import os
 from elfesteem import *
 from miasm.tools.pe_helper import *
-from miasm.tools import seh_helper
 from miasm.core import bin_stream
 import inspect
 from miasm.core import asmbloc