diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-03-07 18:20:27 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-03-07 18:20:27 (GMT) |
commit | 923e6d29e52184749319ba47d8976dd80aed62a8 (patch) | |
tree | ee1bcf15afa8791aae11664e3558451b0c2a3550 /Lib/test/test_logging.py | |
parent | 44b740ff2850fbd710c98dd7035a606c5293e4d2 (diff) | |
download | cpython-923e6d29e52184749319ba47d8976dd80aed62a8.zip cpython-923e6d29e52184749319ba47d8976dd80aed62a8.tar.gz cpython-923e6d29e52184749319ba47d8976dd80aed62a8.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 4e19bcc..0760a6a 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -815,7 +815,7 @@ class ConfigFileTest(BaseTest): ], stream=output) # Original logger output is empty. self.assert_log_lines([]) - + class LogRecordStreamHandler(StreamRequestHandler): """Handler for a streaming logging request. It saves the log message in the |