diff options
Diffstat (limited to 'lib/lex.py')
-rw-r--r-- | lib/lex.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -from sly import Lexer, Parser +from .sly import Lexer, Parser class TimedWordLexer(Lexer): |
index : dfatool | ||
Performance Model Generation for Configurable System Components | derf |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/lex.py | 2 |
@@ -1,4 +1,4 @@ -from sly import Lexer, Parser +from .sly import Lexer, Parser class TimedWordLexer(Lexer): |