summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_sunaudiodev.py1
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()