diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:47:14 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:47:14 (GMT) |
commit | 07e99cb77406e1bc84606f49b743e41b0de8a6d5 (patch) | |
tree | b922cda3a970bffa797269fd550f8d8b032afe5b /Lib/htmllib.py | |
parent | 88869f9787cd4ceb2298e4b13980beb057687824 (diff) | |
download | cpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.zip cpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.tar.gz cpython-07e99cb77406e1bc84606f49b743e41b0de8a6d5.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/htmllib.py')
-rw-r--r-- | Lib/htmllib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/htmllib.py b/Lib/htmllib.py index 9cf962c..cae9ae5 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py @@ -411,7 +411,7 @@ def test(args = None): if f is not sys.stdin: f.close() - + if silent: f = formatter.NullFormatter() else: |