diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-15 02:15:53 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-15 02:15:53 +0000 |
commit | e7084798d74f202cf3d2ee6646d53124b0b3fac3 (patch) | |
tree | 0d99b8cb8626202995bf37bb2c9dc7469ebd44dc | |
parent | 8b653005554d20dc12ccd6d6ea5d7eb4afadfb08 (diff) | |
download | cpython-e7084798d74f202cf3d2ee6646d53124b0b3fac3.tar.gz |
The peeping and bawling of the builtin speaker is giving my poor cat the creeps.
-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 ae963f8342..32b49d3081 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 |