about summary refs log tree commit diff stats
path: root/test/analysis/modularintervals.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/analysis/modularintervals.py')
-rw-r--r--test/analysis/modularintervals.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/analysis/modularintervals.py b/test/analysis/modularintervals.py
index cf286e3a..2d877567 100644
--- a/test/analysis/modularintervals.py
+++ b/test/analysis/modularintervals.py
@@ -1,10 +1,10 @@
 from builtins import range
 from random import shuffle, seed
 
-from miasm2.core.interval import interval
-from miasm2.analysis.modularintervals import ModularIntervals
-from miasm2.expression.expression import *
-from miasm2.expression.simplifications import expr_simp
+from miasm.core.interval import interval
+from miasm.analysis.modularintervals import ModularIntervals
+from miasm.expression.expression import *
+from miasm.expression.simplifications import expr_simp
 
 
 def gen_all_intervals(size):