aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_emu/test/test_opcode_hlt.py
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-21 12:32:42 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-21 12:32:42 +0200
commit43c062225ccf88ef05d51a3c2fccb9f57e8a12c9 (patch)
tree3e5c48d5f985de9fe3a020644372a065e47df625 /atk16_emu/test/test_opcode_hlt.py
parent927c018f12e73c254cec32c0f60e1c01b9fc0319 (diff)
Fix module issues
Diffstat (limited to 'atk16_emu/test/test_opcode_hlt.py')
-rw-r--r--atk16_emu/test/test_opcode_hlt.py4
1 files changed, 2 insertions, 2 deletions
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()