Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Sep 14, 2024
1 parent e108c0b commit 252ee24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win32ctypes/core/cffi/_nl_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This file is open source software distributed according to the terms in
# LICENSE.txt
#
from _util import dlls
from ._util import dlls


def _GetACP():
Expand Down
3 changes: 2 additions & 1 deletion win32ctypes/tests/test_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

from win32ctypes.core import _backend
from win32ctypes.core._authentication import (
CREDENTIAL, CREDENTIAL_ATTRIBUTE, FILETIME,
CREDENTIAL, CREDENTIAL_ATTRIBUTE,
credential2dict, credential_attribute2dict)
from win32ctypes.core._winbase import FILETIME
from win32ctypes.constants import (
CRED_TYPE_GENERIC, CRED_PERSIST_ENTERPRISE)

Expand Down

0 comments on commit 252ee24

Please sign in to comment.