From f0db38dbf89c642bb43acb193c41e0329461be33 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 15 Feb 2005 21:50:12 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/test/test_sys.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 9aafbbc4baf..e1bb8bf631f 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -171,8 +171,8 @@ class SysModuleTest(unittest.TestCase): rc = subprocess.call([sys.executable, "-c", "raise SystemExit(47)"]) self.assertEqual(rc, 47) - - + + def test_getdefaultencoding(self): if test.test_support.have_unicode: self.assertRaises(TypeError, sys.getdefaultencoding, 42)