about summary refs log tree commit diff stats
path: root/example/expression/solve_condition_stp.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-11-06 17:39:12 +0100
committerAjax <commial@gmail.com>2015-11-06 17:39:12 +0100
commite77a4a2430b0d0a30a0b6aab360492bbdd31500e (patch)
tree7c5d50625fa46b7557b5179718f3af0d5dd57241 /example/expression/solve_condition_stp.py
parent9491efe21e2052e4e0e498319ca1a3f8585945e1 (diff)
downloadfocaccia-miasm-e77a4a2430b0d0a30a0b6aab360492bbdd31500e.tar.gz
focaccia-miasm-e77a4a2430b0d0a30a0b6aab360492bbdd31500e.zip
Example/Expr: unused import
Diffstat (limited to 'example/expression/solve_condition_stp.py')
-rw-r--r--example/expression/solve_condition_stp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/expression/solve_condition_stp.py b/example/expression/solve_condition_stp.py
index 385c5d78..004b36f4 100644
--- a/example/expression/solve_condition_stp.py
+++ b/example/expression/solve_condition_stp.py
@@ -13,7 +13,6 @@ from collections import defaultdict
 from optparse import OptionParser
 import subprocess
 from miasm2.core import parse_asm
-from elfesteem.strpatchwork import StrPatchwork
 
 from miasm2.arch.x86.disasm import dis_x86_32 as dis_engine