Commit 92b44517 authored by Guido van Rossum's avatar Guido van Rossum

Clarify why there are dynamic imports in AudioDev().

This will enlighten Andrew Dalke; I don't know about kjpylint. :-)
parent 5c071fab
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment