about summary refs log tree commit diff stats
path: root/miasm2/os_dep/common.py
diff options
context:
space:
mode:
authorPierre LALET <pierre.lalet@cea.fr>2015-02-18 09:21:49 +0100
committerPierre LALET <pierre.lalet@cea.fr>2015-02-18 09:21:49 +0100
commitf0f36839852b56599d8cb8cdf11fc2dfbe8db96e (patch)
tree8197d808fa08c25abee277371378aec5b537e21b /miasm2/os_dep/common.py
parent60d709d36466e1eeb82de8428971870ead09ab5a (diff)
downloadmiasm-f0f36839852b56599d8cb8cdf11fc2dfbe8db96e.tar.gz
miasm-f0f36839852b56599d8cb8cdf11fc2dfbe8db96e.zip
os_dep: replace wildcard imports
Diffstat (limited to 'miasm2/os_dep/common.py')
-rw-r--r--miasm2/os_dep/common.py2
1 files changed, 1 insertions, 1 deletions
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