Skip to content

Commit 70f557d

Browse files
committed
Fix import
1 parent 3796f3f commit 70f557d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32ctypes/pywin32/win32api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from win32ctypes.core import (
1010
_common, _dll, _resource, _system_information, _backend, _time)
1111
from .pywintypes import pywin32error as _pywin32error
12-
from ._constants import LOAD_LIBRARY_AS_DATAFILE, LANG_NEUTRAL # noqa
12+
from .constants import LOAD_LIBRARY_AS_DATAFILE, LANG_NEUTRAL # noqa
1313

1414

1515
def LoadLibraryEx(fileName, handle, flags):

0 commit comments

Comments
 (0)