diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-15 02:15:53 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-15 02:15:53 (GMT) |
commit | 70021d716456ffcca9caba707a735e845e18dd6e (patch) | |
tree | ab38b0aeea837bbe487eef9c51098104a0d388e9 /Lib/test | |
parent | 86bc33cb7c248ede88ff9bd82775aab818f6224f (diff) | |
download | cpython-70021d716456ffcca9caba707a735e845e18dd6e.zip cpython-70021d716456ffcca9caba707a735e845e18dd6e.tar.gz cpython-70021d716456ffcca9caba707a735e845e18dd6e.tar.bz2 |
The peeping and bawling of the builtin speaker is giving my poor cat the creeps.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_winsound.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_winsound.py b/Lib/test/test_winsound.py index ae963f8..32b49d3 100644 --- a/Lib/test/test_winsound.py +++ b/Lib/test/test_winsound.py @@ -2,6 +2,7 @@ import unittest from test import test_support +test_support.requires('audio') import winsound, time import os import subprocess |