diff options
author | Barry Warsaw <barry@python.org> | 1997-01-13 20:50:40 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-01-13 20:50:40 (GMT) |
commit | 59e066e73b9c64c9fd5cbb5b61c37a742367a344 (patch) | |
tree | 5bfebf59ec2b0c096e483e461457228c00212c7a /Lib/test/test_sunaudiodev.py | |
parent | b241c4219297ed4589e38e2cc48daf7504c0f3bf (diff) | |
download | cpython-59e066e73b9c64c9fd5cbb5b61c37a742367a344.zip cpython-59e066e73b9c64c9fd5cbb5b61c37a742367a344.tar.gz cpython-59e066e73b9c64c9fd5cbb5b61c37a742367a344.tar.bz2 |
Oops, remove debugging statements
Diffstat (limited to 'Lib/test/test_sunaudiodev.py')
-rw-r--r-- | Lib/test/test_sunaudiodev.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sunaudiodev.py b/Lib/test/test_sunaudiodev.py index 4f3b774..9902cf5 100644 --- a/Lib/test/test_sunaudiodev.py +++ b/Lib/test/test_sunaudiodev.py @@ -19,7 +19,6 @@ def play_sound_file(path): a.close() def test(): - print os.getcwd() play_sound_file(findfile('audiotest.au')) test() |