##// END OF EJS Templates
color: suppress pytype warning on a windows-only module...
Augie Fackler -
r43777:949b4d54 default
parent child Browse files
Show More
@@ -435,7 +435,7 b' w32effects = None'
435 if pycompat.iswindows:
435 if pycompat.iswindows:
436 import ctypes
436 import ctypes
437
437
438 _kernel32 = ctypes.windll.kernel32
438 _kernel32 = ctypes.windll.kernel32 # pytype: disable=module-attr
439
439
440 _WORD = ctypes.c_ushort
440 _WORD = ctypes.c_ushort
441
441
General Comments 0
You need to be logged in to leave comments. Login now