mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-30 23:29:30 +03:00
Removed star import
This commit is contained in:
parent
7716cbd861
commit
08bba395a9
4
l10n.py
4
l10n.py
@ -37,7 +37,9 @@ if platform == 'darwin':
|
||||
|
||||
elif platform == 'win32':
|
||||
import ctypes
|
||||
from ctypes.wintypes import *
|
||||
from ctypes.wintypes import BOOL, DWORD, LPCVOID, LPCWSTR, LPWSTR
|
||||
if TYPE_CHECKING:
|
||||
import ctypes.windll # type: ignore # Magic to make linters not complain that windll is special
|
||||
|
||||
# https://msdn.microsoft.com/en-us/library/windows/desktop/dd318124%28v=vs.85%29.aspx
|
||||
MUI_LANGUAGE_ID = 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user