minor update

This commit is contained in:
Miroslav Stampar 2010-11-09 01:23:54 +00:00
parent 45ec8c169a
commit 221f976fbd

View File

@ -1516,7 +1516,7 @@ def beep():
""" """
if sys.platform == 'linux2': if sys.platform == 'linux2':
for dev in ('/dev/audio', '/dev/dsp', '/dev/sound'): for dev in ('/dev/audio', '/dev/oss', '/dev/dsp', '/dev/sound'):
if os.path.exists(dev): if os.path.exists(dev):
try: try:
audio = file(dev, 'wb') audio = file(dev, 'wb')