Skip to content

Commit 4fa4397

Browse files
Use relative import for utils in test_pythoncapi_compat
1 parent f6121eb commit 4fa4397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pythoncapi_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
sysconfig = None
2727

2828
# test.utils
29-
from utils import run_command, command_stdout
29+
from .utils import run_command, command_stdout
3030

3131

3232
# Windows uses MSVC compiler

0 commit comments

Comments
 (0)