commit | 3249d00f4d42a714d2038685c6b280a7fcfc5be7 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Jun 27 11:52:49 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Jun 27 11:52:49 2006 +0000 |
tree | 41eef983dc70fb77cd1233904d71e3c2f3f587b5 | |
parent | 7b9053a274308100d5849a57df3d9f44658130eb [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_mailbox.py b/Lib/test/test_mailbox.py index e17de5d..474354f 100644 --- a/Lib/test/test_mailbox.py +++ b/Lib/test/test_mailbox.py
@@ -738,12 +738,12 @@ time.sleep(0.5) self.assertRaises(mailbox.ExternalClashError, self._box.lock) - + # Wait for child to exit. Locking should now succeed. exited_pid, status = os.waitpid(pid, 0) self._box.lock() self._box.unlock() - + class TestMbox(_TestMboxMMDF):