forked from VimPlug/jedi
rename non-cycling imports to 'from jedi import ..'
This commit is contained in:
@@ -20,9 +20,9 @@ from _compatibility import next, StringIO
|
||||
import tokenize
|
||||
import keyword
|
||||
|
||||
import debug
|
||||
import common
|
||||
import parsing_representation as pr
|
||||
from jedi import debug
|
||||
from jedi import common
|
||||
from jedi import parsing_representation as pr
|
||||
|
||||
|
||||
class ParserError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user