Skip to content

Commit abbb73c

Browse files
committed
Refactorize zxb.zxblex
Move keywords.py within the zxb package
1 parent 8821bec commit abbb73c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

zxb/zxblex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import sys
1313
from ply import lex
14-
from keywords import KEYWORDS as reserved
14+
from .keywords import KEYWORDS as reserved
1515
import api
1616
from api.errmsg import syntax_error
1717

0 commit comments

Comments
 (0)