commit | 92a69138b3f607384a22e291b4d0af3b1bd1b237 | [log] [tgz] |
---|---|---|
author | Moshe Zadka <moshez@math.huji.ac.il> | Fri Aug 04 15:25:58 2000 +0000 |
committer | Moshe Zadka <moshez@math.huji.ac.il> | Fri Aug 04 15:25:58 2000 +0000 |
tree | 6ad76c5e34f821bec90aa30ac94290371a744120 | |
parent | 413407f103b59568b7fc0ef6036805521cfddbff [diff] [blame] |
Oooopsss.....tab and space mismatch corrected.
diff --git a/Lib/test/test_linuxaudiodev.py b/Lib/test/test_linuxaudiodev.py index 64cd80b..4faaab1 100644 --- a/Lib/test/test_linuxaudiodev.py +++ b/Lib/test/test_linuxaudiodev.py
@@ -10,8 +10,8 @@ try: a = linuxaudiodev.open('w') except linuxaudiodev.error, msg: - if msg[0] in (errno.EACCES, errno.ENODEV): - raise TestSkipped, msg + if msg[0] in (errno.EACCES, errno.ENODEV): + raise TestSkipped, msg raise TestFailed, msg else: a.write(data)