about summary refs log tree commit diff stats
path: root/example/test_dis.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/test_dis.py')
-rw-r--r--example/test_dis.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/example/test_dis.py b/example/test_dis.py
index ba0d7921..722e99c9 100644
--- a/example/test_dis.py
+++ b/example/test_dis.py
@@ -4,10 +4,8 @@ import time
 
 from miasm2.analysis.binary import Container
 from miasm2.core.asmbloc import *
-from miasm2.expression.simplifications import expr_simp
 from optparse import OptionParser
-from miasm2.core.cpu import dum_arg
-from miasm2.expression.expression import *
+from miasm2.expression.expression import ExprId
 from miasm2.core.interval import interval
 from miasm2.analysis.machine import Machine
 from pdb import pm