summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-02-15 21:50:12 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-02-15 21:50:12 (GMT)
commitf0db38dbf89c642bb43acb193c41e0329461be33 (patch)
treede4e62b631101073b797617baa15eb2f54f27b99 /Lib
parent90718a4eb5a21d903d9cefdb7f8cdb50e847187b (diff)
downloadcpython-f0db38dbf89c642bb43acb193c41e0329461be33.zip
cpython-f0db38dbf89c642bb43acb193c41e0329461be33.tar.gz
cpython-f0db38dbf89c642bb43acb193c41e0329461be33.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib')
-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 9aafbbc..e1bb8bf 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)