Skip to content

Commit

Permalink
Fix import to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Nov 27, 2022
1 parent 70f557d commit ba548d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32ctypes/pywin32/win32api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
""" A module, encapsulating the Windows Win32 API. """
from win32ctypes.core import (
_common, _dll, _resource, _system_information, _backend, _time)
from win32ctypes.constants import LOAD_LIBRARY_AS_DATAFILE, LANG_NEUTRAL # noqa
from .pywintypes import pywin32error as _pywin32error
from .constants import LOAD_LIBRARY_AS_DATAFILE, LANG_NEUTRAL # noqa


def LoadLibraryEx(fileName, handle, flags):
Expand Down

0 comments on commit ba548d2

Please sign in to comment.