diff --git a/tests/test_pythoncapi_compat.py b/tests/test_pythoncapi_compat.py index 93005cd..7431db6 100644 --- a/tests/test_pythoncapi_compat.py +++ b/tests/test_pythoncapi_compat.py @@ -26,7 +26,7 @@ sysconfig = None # test.utils -from utils import run_command, command_stdout +from .utils import run_command, command_stdout # Windows uses MSVC compiler