From 3f15d3828a3403bb3fe59bd8d2d82db45c02f90b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 25 Feb 2024 11:55:54 +0800 Subject: refactor!: sync package name --- nivis-python/lexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nivis-python/lexer.py') diff --git a/nivis-python/lexer.py b/nivis-python/lexer.py index f4dafc4..7ba94e3 100644 --- a/nivis-python/lexer.py +++ b/nivis-python/lexer.py @@ -52,7 +52,7 @@ while token['type'] != 'EOF': print("\nAll tokens:") print([t['type'] for t in lexer]) """ -from psi.exception import ValueError +from .exception import ValueError __all__ = ["Token", "Lexer"] -- cgit v1.2.3-70-g09d2