about summary refs log tree commit diff stats
path: root/test/expr_type
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-02-27 20:12:54 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-03-05 16:52:51 +0100
commit944806c506446c918eb74c17a605f5f56d4b75e0 (patch)
treeba1d989b03bf8b5544c362a9f61b4e8d3284650f /test/expr_type
parent02bbb30efea4980c9d133947cbbf69fb599071ad (diff)
downloadmiasm-944806c506446c918eb74c17a605f5f56d4b75e0.tar.gz
miasm-944806c506446c918eb74c17a605f5f56d4b75e0.zip
Rename miasm2 to miasm
Diffstat (limited to 'test/expr_type')
-rw-r--r--test/expr_type/test_chandler.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/expr_type/test_chandler.py b/test/expr_type/test_chandler.py
index 92ebd0f2..e6566636 100644
--- a/test/expr_type/test_chandler.py
+++ b/test/expr_type/test_chandler.py
@@ -9,18 +9,18 @@ from __future__ import print_function
 from future.utils import viewitems
 from past.builtins import cmp
 from builtins import str
-from miasm2.expression.expression import ExprInt, ExprId, ExprMem
-from miasm2.expression.simplifications import expr_simp
+from miasm.expression.expression import ExprInt, ExprId, ExprMem
+from miasm.expression.simplifications import expr_simp
 
-from miasm2.core.objc import parse_access
-from miasm2.core.objc import ast_get_c_access_expr
-from miasm2.core.objc import ExprCToExpr, ExprToAccessC, CHandler
+from miasm.core.objc import parse_access
+from miasm.core.objc import ast_get_c_access_expr
+from miasm.core.objc import ExprCToExpr, ExprToAccessC, CHandler
 
 
-from miasm2.core.ctypesmngr import CTypeStruct, CTypeUnion, CAstTypes, CTypePtr, CTypeId
-from miasm2.core.objc import CTypesManagerNotPacked
+from miasm.core.ctypesmngr import CTypeStruct, CTypeUnion, CAstTypes, CTypePtr, CTypeId
+from miasm.core.objc import CTypesManagerNotPacked
 
-from miasm2.arch.x86.ctype import CTypeAMD64_unk
+from miasm.arch.x86.ctype import CTypeAMD64_unk
 
 
 text_1 = """