We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8174d04 commit bac68f7Copy full SHA for bac68f7
win32ctypes/pywin32/win32api.py
@@ -9,7 +9,7 @@
9
from win32ctypes.core import (
10
_common, _dll, _resource, _system_information, _backend, _time)
11
from .pywintypes import pywin32error as _pywin32error
12
-from ._constants import LOAD_LIBRARY_AS_DATAFILE, LANG_NEUTRAL # noqa
+from .constants import LOAD_LIBRARY_AS_DATAFILE, LANG_NEUTRAL # noqa
13
14
15
def LoadLibraryEx(fileName, handle, flags):
0 commit comments