From e968ead1dd80fd7fb97cd273626b530996ea0c7b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 4 Oct 2001 17:05:11 +0000 Subject: Give me back my page breaks. --- Lib/email/Generator.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Lib/email/Generator.py') diff --git a/Lib/email/Generator.py b/Lib/email/Generator.py index 476e9e7e6a..c31dc803ec 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 -- cgit v1.2.1