From: Christian Heimes Date: Thu, 5 Dec 2013 06:53:38 +0000 (+0100) Subject: normalize white space X-Git-Tag: v3.4.0b2~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db8f5c3fd1af581d40444a7b710f854ffb0d5b3a;p=python normalize white space --- diff --git a/Lib/test/ssltests.py b/Lib/test/ssltests.py index 32fe119b2a..9b0ed22b95 100755 --- a/Lib/test/ssltests.py +++ b/Lib/test/ssltests.py @@ -5,7 +5,7 @@ import sys import subprocess TESTS = ['test_asyncio', 'test_ftplib', 'test_hashlib', 'test_httplib', - 'test_imaplib', 'test_nntplib', 'test_poplib', 'test_smtplib', + 'test_imaplib', 'test_nntplib', 'test_poplib', 'test_smtplib', 'test_smtpnet', 'test_urllib2_localnet', 'test_venv'] def run_regrtests(*extra_args):