From 944806c506446c918eb74c17a605f5f56d4b75e0 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 27 Feb 2019 20:12:54 +0100 Subject: Rename miasm2 to miasm --- test/core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/utils.py') diff --git a/test/core/utils.py b/test/core/utils.py index 6f69fdf1..0ca64f4e 100755 --- a/test/core/utils.py +++ b/test/core/utils.py @@ -10,7 +10,7 @@ import unittest class TestUtils(unittest.TestCase): def test_boundedDict(self): - from miasm2.core.utils import BoundedDict + from miasm.core.utils import BoundedDict # Use a callback def logger(key): -- cgit 1.4.1