We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a0f79 commit 223fedeCopy full SHA for 223fede
1 file changed
src/zxbc/zxblex.py
@@ -14,8 +14,7 @@
14
from src.api import global_
15
from src.api.errmsg import error
16
from src.ply import lex
17
-
18
-from .keywords import KEYWORDS as reserved
+from src.zxbc.keywords import KEYWORDS as reserved
19
20
ASM = "" # Set to asm block when commenting
21
ASMLINENO = 0 # Line of ASM INLINE beginning
0 commit comments