aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_emu/test/test_opcode_alr.py
diff options
context:
space:
mode:
Diffstat (limited to 'atk16_emu/test/test_opcode_alr.py')
-rw-r--r--atk16_emu/test/test_opcode_alr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk16_emu/test/test_opcode_alr.py b/atk16_emu/test/test_opcode_alr.py
index e7fe1a7..9a34845 100644
--- a/atk16_emu/test/test_opcode_alr.py
+++ b/atk16_emu/test/test_opcode_alr.py
@@ -1,5 +1,5 @@
-from ..emu import Machine
-from .utils import make_rom
+from atk16_emu import Machine
+from test.utils import make_rom
def test_alr_add_small_unsigned():
machine = Machine()