From 8b6bb4f743ede7482a2b38ea664996cfc5bee3af Mon Sep 17 00:00:00 2001 From: Piers Lauder Date: Sat, 27 Jul 2002 07:08:38 +0000 Subject: remove redundant code --- Lib/test/test_imaplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py index 04601da..98d6de9 100644 --- a/Lib/test/test_imaplib.py +++ b/Lib/test/test_imaplib.py @@ -7,6 +7,6 @@ timevalues = [(2033, 5, 18, 3, 33, 20, 2, 138, 0), '"18-May-2033 13:33:20 +1000" for t in timevalues: t1 = imaplib.Time2Internaldate(t) - t2 = imaplib.Time2Internaldate(imaplib.Internaldate2tuple('INTERNALDATE ' + imaplib.Time2Internaldate(t))) + t2 = imaplib.Time2Internaldate(imaplib.Internaldate2tuple('INTERNALDATE ' + t1)) if t1 <> t2: print 'incorrect result when converting', `t` -- cgit v0.12