diff options
author | Guido van Rossum <guido@python.org> | 2002-09-29 00:25:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-09-29 00:25:51 (GMT) |
commit | bffa52f07fc73b3c8eb4b30e30e2417bc406d2ee (patch) | |
tree | a5fe735c4e0ca016924636adfe155445f84e6d3b /Lib/test/test_multifile.py | |
parent | af7a302c78258d418eba57bc2f80e4dabd8bbe9a (diff) | |
download | cpython-bffa52f07fc73b3c8eb4b30e30e2417bc406d2ee.zip cpython-bffa52f07fc73b3c8eb4b30e30e2417bc406d2ee.tar.gz cpython-bffa52f07fc73b3c8eb4b30e30e2417bc406d2ee.tar.bz2 |
Whitespace normalization (get rid of tabs).
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() |