summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imaplib.py
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-06-23 01:10:50 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-06-23 01:10:50 (GMT)
commit648921371e3d38b4f34ecc3c595a8faca12c7c2f (patch)
tree7daadb0cb4913bd0cc9ce5d75918b2e3593cefcb /Lib/test/test_imaplib.py
parent8141cc7f8895778a430c4c8a65c65310e3c6afe7 (diff)
downloadcpython-648921371e3d38b4f34ecc3c595a8faca12c7c2f.zip
cpython-648921371e3d38b4f34ecc3c595a8faca12c7c2f.tar.gz
cpython-648921371e3d38b4f34ecc3c595a8faca12c7c2f.tar.bz2
fixed whitespace
Diffstat (limited to 'Lib/test/test_imaplib.py')
-rw-r--r--Lib/test/test_imaplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py
index bfb9006..512bba9 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"']