mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-14 10:46:31 +01:00
13 lines
No EOL
480 B
Diff
13 lines
No EOL
480 B
Diff
diff --git a/src/pythoncapi-compat/tests/test_pythoncapi_compat.py b/src/pythoncapi-compat/tests/test_pythoncapi_compat.py
|
|
index 8480415..4137489 100644
|
|
--- a/src/pythoncapi-compat/tests/test_pythoncapi_compat.py
|
|
+++ b/src/pythoncapi-compat/tests/test_pythoncapi_compat.py
|
|
@@ -21,7 +21,7 @@ except ImportError:
|
|
faulthandler = None
|
|
|
|
# test.utils
|
|
-from utils import run_command, command_stdout
|
|
+from .utils import run_command, command_stdout
|
|
|
|
|
|
# Windows uses MSVC compiler
|