Skip to content
Snippets Groups Projects
Commit 1736c5cf authored by Campbell Barton's avatar Campbell Barton
Browse files

Remove win2k check

parent a9e1d361
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ else:
def __exit__(self, exc_type, exc_value, traceback):
pass
if system in {'Windows', 'win32'} and platform.version() >= '5': # Error mode is only available on Win2k or higher, that's version 5
if system in {"Windows", "win32"}:
import ctypes
class NoErrorDialogContext:
def __init__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment