Get rid of from ... import *
diff --git a/Mac/Lib/Audio_mac.py b/Mac/Lib/Audio_mac.py
index d59119d..14f825e 100644
--- a/Mac/Lib/Audio_mac.py
+++ b/Mac/Lib/Audio_mac.py
@@ -40,7 +40,7 @@
 
 	def writeframes(self, data):
 		import time
-		from Sound import *
+		from Sound import bufferCmd, callBackCmd, extSH
 		import struct
 		import MacOS
 		if not self._chan: