mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Get rid of from ... import *
This commit is contained in:
parent
cd90c20b62
commit
def0d8da5a
2 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue