aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nivis-python/lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'nivis-python/lexer.py')
-rw-r--r--nivis-python/lexer.py2
1 files changed, 1 insertions, 1 deletions
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"]