]> granicus.if.org Git - python/commitdiff
fixed whitespace
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 23 Jun 2012 01:10:50 +0000 (21:10 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 23 Jun 2012 01:10:50 +0000 (21:10 -0400)
Lib/test/test_imaplib.py

index bfb9006319427e2a9081aff8719533bafc8ef8d5..512bba9c3a2be941938cf6bd7856280abf07452f 100644 (file)
@@ -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"']