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_hlt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atk16_emu/test/test_opcode_hlt.py') diff --git a/atk16_emu/test/test_opcode_hlt.py b/atk16_emu/test/test_opcode_hlt.py index 5cae888..6991042 100644 --- a/atk16_emu/test/test_opcode_hlt.py +++ b/atk16_emu/test/test_opcode_hlt.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_hlt(): machine = Machine() -- cgit v1.3