Clarify why there are dynamic imports in AudioDev().
This will enlighten Andrew Dalke; I don't know about kjpylint. :-)
This commit is contained in:
parent
5c071fab8f
commit
92b44517cb
|
@ -209,6 +209,7 @@ class Play_Audio_sun:
|
|||
return BUFFERSIZE - self.getfilled()
|
||||
|
||||
def AudioDev():
|
||||
# Dynamically try to import and use a platform specific module.
|
||||
try:
|
||||
import al
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in New Issue