Skip to content

Commit 223fede

Browse files
committed
refact: allow zxblex to be used from the cmdline
1 parent 82a0f79 commit 223fede

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/zxbc/zxblex.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
from src.api import global_
1515
from src.api.errmsg import error
1616
from src.ply import lex
17-
18-
from .keywords import KEYWORDS as reserved
17+
from src.zxbc.keywords import KEYWORDS as reserved
1918

2019
ASM = "" # Set to asm block when commenting
2120
ASMLINENO = 0 # Line of ASM INLINE beginning

0 commit comments

Comments
 (0)