diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-04 05:36:56 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-04 05:36:56 +0000 |
commit | 527e64fd68046cb6e2ff35afaf077160346d37ff (patch) | |
tree | 3cf41f7c2d1dcaabb1e36a89981820e2e4922800 /Lib/email/Generator.py | |
parent | 2f93e28a19e3f250e8c19f9f4334cfa76f5e3645 (diff) | |
download | cpython-git-527e64fd68046cb6e2ff35afaf077160346d37ff.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/email/Generator.py')
-rw-r--r-- | Lib/email/Generator.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/email/Generator.py b/Lib/email/Generator.py index c31dc803ec..476e9e7e6a 100644 --- a/Lib/email/Generator.py +++ b/Lib/email/Generator.py @@ -25,7 +25,7 @@ SPACE8 = ' ' * 8 fcre = re.compile(r'^From ', re.MULTILINE) - + class Generator: """Generates output from a Message object tree. @@ -278,7 +278,7 @@ class Generator: self._fp.write(s.getvalue()) - + class DecodedGenerator(Generator): """Generator a text representation of a message. @@ -334,7 +334,7 @@ class DecodedGenerator(Generator): } - + # Helper def _make_boundary(self, text=None): # Craft a random boundary. If text is given, ensure that the chosen |