1
0
forked from VimPlug/jedi

Move some more stuff to a python directory in the parser.

This commit is contained in:
Dave Halter
2017-03-13 00:54:39 +01:00
parent 922c480e2e
commit 595ffc24d4
8 changed files with 46 additions and 31 deletions

View File

@@ -1,2 +1,2 @@
from jedi.parser.parser import Parser, ParserWithRecovery, load_grammar, \
ParseError
from jedi.parser.parser import Parser, ParserWithRecovery, ParseError
from jedi.parser.python import load_grammar