[Python-checkins] cpython: normalize white space

christian.heimes python-checkins at python.org
Thu Dec 5 07:53:53 CET 2013


http://hg.python.org/cpython/rev/14ff7b1383a7
changeset:   87777:14ff7b1383a7
user:        Christian Heimes <christian at cheimes.de>
date:        Thu Dec 05 07:53:38 2013 +0100
summary:
  normalize white space

files:
  Lib/test/ssltests.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/ssltests.py b/Lib/test/ssltests.py
--- a/Lib/test/ssltests.py
+++ b/Lib/test/ssltests.py
@@ -5,7 +5,7 @@
 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):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list