Get rid of from ... import *

This commit is contained in:
Jack Jansen 2001-02-09 15:56:19 +00:00
parent cd90c20b62
commit def0d8da5a
2 changed files with 6 additions and 6 deletions

View file

@ -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: