From 43c062225ccf88ef05d51a3c2fccb9f57e8a12c9 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 21 Feb 2024 12:32:42 +0200 Subject: Fix module issues --- atk16_emu/test/test_opcode_alr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atk16_emu/test/test_opcode_alr.py') diff --git a/atk16_emu/test/test_opcode_alr.py b/atk16_emu/test/test_opcode_alr.py index c54d70e..8561ff6 100644 --- a/atk16_emu/test/test_opcode_alr.py +++ b/atk16_emu/test/test_opcode_alr.py @@ -1,5 +1,5 @@ -from atk16_emu.emu import Machine -from atk16_emu.test.utils import make_rom +from ..emu import Machine +from .utils import make_rom def test_alr_s0_small_unsigned(): machine = Machine() -- cgit v1.3