]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blobdiff - parser/test_parser.py
Version 0.7: Use lark instead of parsley
[phdru.name/cgi-bin/blog-ru/search-tags.git] / parser / test_parser.py
index 67c0ae3fc848e0a95df1a47e3c2387017b7d7491..8783de50367b714a6d29fec923024f111a3c64b6 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 
 import unittest
-from ometa.runtime import ParseError
+from lark import ParseError
 from parser import parse
 
 class TestParser(unittest.TestCase):