From 4b79b253d268652a1ae7239b564aaff9c2871589 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 29 Apr 2020 09:54:55 +0200 Subject: Use relative module paths. PYTHONPATH=lib bin/... is no longer needed --- lib/lex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lex.py') diff --git a/lib/lex.py b/lib/lex.py index 4388162..b18fa2b 100644 --- a/lib/lex.py +++ b/lib/lex.py @@ -1,4 +1,4 @@ -from sly import Lexer, Parser +from .sly import Lexer, Parser class TimedWordLexer(Lexer): -- cgit v1.2.3