diff options
Diffstat (limited to 'Lib/test/test_multifile.py')
-rw-r--r-- | Lib/test/test_multifile.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/test_multifile.py b/Lib/test/test_multifile.py index 8f70347..6cb946f 100644 --- a/Lib/test/test_multifile.py +++ b/Lib/test/test_multifile.py @@ -4,12 +4,12 @@ import cStringIO msg = """Mime-Version: 1.0 Content-Type: multipart/mixed; - boundary="=====================_590453667==_" + boundary="=====================_590453667==_" X-OriginalArrivalTime: 05 Feb 2002 03:43:23.0310 (UTC) FILETIME=[42D88CE0:01C1ADF7] --=====================_590453667==_ Content-Type: multipart/alternative; - boundary="=====================_590453677==_.ALT" + boundary="=====================_590453677==_.ALT" --=====================_590453677==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed @@ -49,8 +49,8 @@ def getMIMEMsg(mf): boundaries += 1 mf.push(boundary) - while mf.next(): - getMIMEMsg(mf) + while mf.next(): + getMIMEMsg(mf) mf.pop() else: lines = mf.readlines() |