From: Alexander Belopolsky Date: Sat, 23 Jun 2012 01:10:50 +0000 (-0400) Subject: fixed whitespace X-Git-Tag: v3.3.0b1~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=648921371e3d38b4f34ecc3c595a8faca12c7c2f;p=python fixed whitespace --- diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py index bfb9006319..512bba9c3a 100644 --- a/Lib/test/test_imaplib.py +++ b/Lib/test/test_imaplib.py @@ -49,7 +49,7 @@ class TestImaplib(unittest.TestCase): return [2000000000, 2000000000.0, time.localtime(2000000000), (2033, 5, 18, 5, 33, 20, -1, -1, -1), (2033, 5, 18, 5, 33, 20, -1, -1, 1), - datetime.fromtimestamp(2000000000, + datetime.fromtimestamp(2000000000, timezone(timedelta(0, 2*60*60))), '"18-May-2033 05:33:20 +0200"']