about summary refs log tree commit diff stats
path: root/example/ida/symbol_exec.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-02-11 10:00:18 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-02-11 10:00:18 +0100
commit62a092e43042067b1437ac16f8fc69e40a47a136 (patch)
treebbd8818df8cb815983d9fadb7839cb8e0ed441e3 /example/ida/symbol_exec.py
parentd80ab06b15a0c63b018677ac37ef0937e11e18c2 (diff)
downloadmiasm-62a092e43042067b1437ac16f8fc69e40a47a136.tar.gz
miasm-62a092e43042067b1437ac16f8fc69e40a47a136.zip
Example/IDA: Reorganize imports
Diffstat (limited to 'example/ida/symbol_exec.py')
-rw-r--r--example/ida/symbol_exec.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ida/symbol_exec.py b/example/ida/symbol_exec.py
index c7aff5b5..41c5c3bf 100644
--- a/example/ida/symbol_exec.py
+++ b/example/ida/symbol_exec.py
@@ -75,7 +75,6 @@ class symbolicexec_t(idaapi.simplecustviewer_t):
 
 
 def symbolic_exec():
-    from miasm2.analysis.machine import Machine
     from miasm2.ir.symbexec import symbexec
     from miasm2.core.bin_stream_ida import bin_stream_ida