aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_emu/test/test_opcode_hlt.py
diff options
context:
space:
mode:
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()