diff options
Diffstat (limited to 'testrunner')
-rw-r--r-- | testrunner/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/runner.py b/testrunner/runner.py index c2e976065a..c4a05848c3 100644 --- a/testrunner/runner.py +++ b/testrunner/runner.py @@ -21,7 +21,7 @@ if sys.platform == 'win32': win32api.CloseHandle(proch) except pywintypes.error, e: pass - #Try to avoid opeing a dialog box if one of the tests causes a system error + #Try to avoid opening a dialog box if one of the tests causes a system error import ctypes winapi = ctypes.windll.kernel32 SetErrorMode = winapi.SetErrorMode |