Skip to content

Commit ba548d2

Browse files
committed
Fix import to constants
1 parent 70f557d commit ba548d2

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
@@ -8,8 +8,8 @@
88
""" A module, encapsulating the Windows Win32 API. """
99
from win32ctypes.core import (
1010
_common, _dll, _resource, _system_information, _backend, _time)
11+
from win32ctypes.constants import LOAD_LIBRARY_AS_DATAFILE, LANG_NEUTRAL # noqa
1112
from .pywintypes import pywin32error as _pywin32error
12-
from .constants import LOAD_LIBRARY_AS_DATAFILE, LANG_NEUTRAL # noqa
1313

1414

1515
def LoadLibraryEx(fileName, handle, flags):

0 commit comments

Comments
 (0)