summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2009-07-04 15:16:38 (GMT)
committerKristján Valur Jónsson <kristjan@ccpgames.com>2009-07-04 15:16:38 (GMT)
commitb8e138aa238e23e9b3e53e012cd4e0b54ec28022 (patch)
tree8858575e95a59943468576ca305f929f257eabc4 /Lib/test/test_sys.py
parent8c4f4178cbd22b49c19f56baa0b305cbb64b9e94 (diff)
downloadcpython-b8e138aa238e23e9b3e53e012cd4e0b54ec28022.zip
cpython-b8e138aa238e23e9b3e53e012cd4e0b54ec28022.tar.gz
cpython-b8e138aa238e23e9b3e53e012cd4e0b54ec28022.tar.bz2
Revert last change, which was incorrect.
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r--Lib/test/test_sys.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 8986741..cac90f4 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -182,8 +182,6 @@ class SysModuleTest(unittest.TestCase):
"under Windows, test would generate a spurious crash dialog")
code = textwrap.dedent("""
import sys
- import msvcrt
- msvcrt.SetErrorMode(msvcrt.SEM_FAILCRITICALERRORS)
def f():
try: