Clarify why there are dynamic imports in AudioDev().

This will enlighten Andrew Dalke; I don't know about kjpylint. :-)
This commit is contained in:
Guido van Rossum 1999-05-03 18:04:07 +00:00
parent 5c071fab8f
commit 92b44517cb
1 changed files with 1 additions and 0 deletions

View File

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