From b4c0223377f2c6dedfa309e1094a4ec3050c62ec Mon Sep 17 00:00:00 2001 From: hakril Date: Fri, 14 Feb 2025 17:01:00 +0100 Subject: [PATCH] Fix typo in test import --- tests/test_system_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_system_modules.py b/tests/test_system_modules.py index 480a03e..150973c 100644 --- a/tests/test_system_modules.py +++ b/tests/test_system_modules.py @@ -1,7 +1,7 @@ import windows import ctypes -from pfwtest import * +from .pfwtest import * @cross_heaven_gates def test_system_module_gc():