src/modules/portable/os_darwin.py
changeset 383 08762e4dac3c
parent 290 6c5c87515614
child 409 713e20963dc2
--- a/src/modules/portable/os_darwin.py	Tue Jun 03 18:28:31 2008 -0500
+++ b/src/modules/portable/os_darwin.py	Fri May 09 13:29:33 2008 -0500
@@ -28,7 +28,11 @@
 below override the definitions from os_unix
 """
 
-from os_unix import *
+from os_unix import \
+    get_isainfo, get_release, get_platform, get_group_by_name, \
+    get_user_by_name, get_name_by_gid, get_name_by_uid, is_admin, get_username, \
+    chown, rename, link, split_path, get_root
+
 import macostools
 
 def copyfile(src, dst):