diff options
Diffstat (limited to 'Mac/Lib/Audio_mac.py')
-rw-r--r-- | Mac/Lib/Audio_mac.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class Play_Audio_mac: def writeframes(self, data): import time - from Sound import * + from Sound import bufferCmd, callBackCmd, extSH import struct import MacOS if not self._chan: |