diff --git a/Lib/audiodev.py b/Lib/audiodev.py index c76a5022d8b..83bd6ef6705 100644 --- a/Lib/audiodev.py +++ b/Lib/audiodev.py @@ -209,6 +209,7 @@ def getfillable(self): return BUFFERSIZE - self.getfilled() def AudioDev(): + # Dynamically try to import and use a platform specific module. try: import al except ImportError: