diff options
author | Christian Heimes <christian@cheimes.de> | 2013-12-05 06:53:38 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-12-05 06:53:38 (GMT) |
commit | db8f5c3fd1af581d40444a7b710f854ffb0d5b3a (patch) | |
tree | d1bf7827f72db8ea1b36416dd1f0002755aa1d70 | |
parent | f723c711d3a798793af1505f7bdaf1bf622ef88e (diff) | |
download | cpython-db8f5c3fd1af581d40444a7b710f854ffb0d5b3a.zip cpython-db8f5c3fd1af581d40444a7b710f854ffb0d5b3a.tar.gz cpython-db8f5c3fd1af581d40444a7b710f854ffb0d5b3a.tar.bz2 |
normalize white space
-rwxr-xr-x | Lib/test/ssltests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/ssltests.py b/Lib/test/ssltests.py index 32fe119..9b0ed22 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): |