diff options
Diffstat (limited to 'atk16_emu/test/test_opcode_alr.py')
| -rw-r--r-- | atk16_emu/test/test_opcode_alr.py | 4 |
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 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() |
