diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-22 08:52:20 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-22 08:52:20 +0200 |
| commit | 416e896956d3b05793337da6609fe1544797c0a9 (patch) | |
| tree | 9fa0cf3b622d4c9c086e4c08c5011ab12fdd4a77 /atk16_emu/test/test_opcode_alr.py | |
| parent | aefe0cf3874c542669051b2b3cc21c9590aa970b (diff) | |
Add stuff, refactor
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 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() |
