yes, I am quite paranoid with cosmetics

This commit is contained in:
Bernardo Damele
2010-10-27 10:37:54 +00:00
parent 0efecde248
commit d554ffc0ae
3 changed files with 4 additions and 2 deletions

View File

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