commit | 59e066e73b9c64c9fd5cbb5b61c37a742367a344 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Jan 13 20:50:40 1997 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Jan 13 20:50:40 1997 +0000 |
tree | 5bfebf59ec2b0c096e483e461457228c00212c7a | |
parent | b241c4219297ed4589e38e2cc48daf7504c0f3bf [diff] |
Oops, remove debugging statements
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 @@ a.close() def test(): - print os.getcwd() play_sound_file(findfile('audiotest.au')) test()