diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-01-29 22:50:26 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-01-29 22:50:26 (GMT) |
commit | 249c7b050b60274e672d5c05987c0d52f6af0c13 (patch) | |
tree | 31929df488a9509ca9fb2a98d6ba4574745ce7b0 /Lib/test/test_logging.py | |
parent | 5b1e003da8f79a9b8d81ab498cffc49266aa1ac4 (diff) | |
download | cpython-249c7b050b60274e672d5c05987c0d52f6af0c13.zip cpython-249c7b050b60274e672d5c05987c0d52f6af0c13.tar.gz cpython-249c7b050b60274e672d5c05987c0d52f6af0c13.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r-- | Lib/test/test_logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 16dd93c..799f059 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -576,7 +576,7 @@ def test_main_inner(): break else: raise ImportError, "Could not find unused port" - + #Set up a handler such that all events are sent via a socket to the log #receiver (logrecv). |