1
0
forked from VimPlug/jedi

Move the python parser.

This commit is contained in:
Dave Halter
2017-03-16 08:40:19 +01:00
parent a83b43ccfd
commit 06702d2a40
5 changed files with 296 additions and 293 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from jedi.parser.parser import Parser, ParserWithRecovery, ParserSyntaxError
from jedi.parser.parser import ParserSyntaxError
from jedi.parser.python.parser import Parser, ParserWithRecovery
from jedi.parser.pgen2.pgen import generate_grammar
from jedi.parser import python