final import renamings for the new parser package

This commit is contained in:
David Halter
2013-09-06 01:27:07 +04:30
parent 3e217a8270
commit 9eca33f55c
4 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from jedi.parser import Parser
from jedi import parsing_representation as pr
from jedi.parser import representation as pr
def test_user_statement_on_import():
"""github #285"""