aboutsummaryrefslogtreecommitdiffstats
path: root/src/asm_pass4.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm_pass4.py')
-rw-r--r--src/asm_pass4.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asm_pass4.py b/src/asm_pass4.py
index 926b354..3d4f45c 100644
--- a/src/asm_pass4.py
+++ b/src/asm_pass4.py
@@ -1,6 +1,6 @@
from dataclasses import dataclass
-from assembler_ops import *
-from assembler_eval import *
+from asm_ops import *
+from asm_eval import *
from asm_pass3 import *
@dataclass