diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-09 18:54:11 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-09 18:54:11 (GMT) |
commit | 494aaee902748bd8f85a8e1bafce80f2c2ad7381 (patch) | |
tree | 71ef57c1a429657d27add395ceece328d75c5524 /Lib/test/test_socket.py | |
parent | 24884a5ccce70abd63031b2224e58eb9558b4768 (diff) | |
download | cpython-494aaee902748bd8f85a8e1bafce80f2c2ad7381.zip cpython-494aaee902748bd8f85a8e1bafce80f2c2ad7381.tar.gz cpython-494aaee902748bd8f85a8e1bafce80f2c2ad7381.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_socket.py')
-rw-r--r-- | Lib/test/test_socket.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 2dc34aa..18061fe 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -208,7 +208,7 @@ class SocketPairTest(unittest.TestCase, ThreadableTest): self.cli = None ThreadableTest.clientTearDown(self) - + ####################################################################### ## Begin Tests |