summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/audiodev.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/audiodev.py b/Lib/audiodev.py
index c76a502..83bd6ef 100644
--- a/Lib/audiodev.py
+++ b/Lib/audiodev.py
@@ -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: