From f0f36839852b56599d8cb8cdf11fc2dfbe8db96e Mon Sep 17 00:00:00 2001 From: Pierre LALET Date: Wed, 18 Feb 2015 09:21:49 +0100 Subject: os_dep: replace wildcard imports --- miasm2/os_dep/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/os_dep/common.py') diff --git a/miasm2/os_dep/common.py b/miasm2/os_dep/common.py index 83b00ae6..41d24405 100644 --- a/miasm2/os_dep/common.py +++ b/miasm2/os_dep/common.py @@ -1,4 +1,4 @@ -from miasm2.jitter.csts import * +from miasm2.jitter.csts import PAGE_READ, PAGE_WRITE def get_str_ansi(jitter, ad_str, max_char=None): l = 0 -- cgit 1.4.1