mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-31 03:15:22 +08:00
all the import changes
This commit is contained in:
@@ -3,7 +3,7 @@ Tests ``from __future__ import absolute_import`` (only important for
|
||||
Python 2.X)
|
||||
"""
|
||||
import jedi
|
||||
from jedi.parsing import Parser
|
||||
from jedi.parser import Parser
|
||||
from . import helpers
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from jedi.parsing import Parser
|
||||
from jedi.parser import Parser
|
||||
from jedi import parsing_representation as pr
|
||||
|
||||
def test_user_statement_on_import():
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from jedi.parsing import Parser
|
||||
from jedi.parser import Parser
|
||||
|
||||
def test_get_code():
|
||||
"""Use the same code that the parser also generates, to compare"""
|
||||
|
||||
Reference in New Issue
Block a user