1
0
forked from VimPlug/jedi

Actually replace tree with representation (in all the imports).

This commit is contained in:
Dave Halter
2014-11-23 19:46:52 +01:00
parent 1fbc4c9196
commit c152a1c58b
23 changed files with 65 additions and 62 deletions

View File

@@ -9,7 +9,7 @@ from jedi._compatibility import use_metaclass, unicode
from jedi import settings
from jedi import common
from jedi.parser import Parser
from jedi.parser import representation as pr
from jedi.parser import tree as pr
from jedi.parser import tokenize
from jedi import cache
from jedi.parser.tokenize import (source_tokens, Token, FLOWS, NEWLINE,