summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-02-15 21:50:12 +0000
committerTim Peters <tim.peters@gmail.com>2005-02-15 21:50:12 +0000
commit1b4a4bbc4abc731a00b25313cf93f1523a4cd64f (patch)
tree687bb946a25939e3b6b88d34cbdc0c5c7baeea7a
parente5dbae96fb23ef0fc1ee1bd6e7fda364f910fc4f (diff)
downloadcpython-1b4a4bbc4abc731a00b25313cf93f1523a4cd64f.tar.gz
Whitespace normalization.
-rw-r--r--Lib/test/test_sys.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 9aafbbc4ba..e1bb8bf631 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)