1
0
forked from VimPlug/jedi

Fixing most of the issues that existed, because of the recent Name.get_definition/Call.name.parent change.

This commit is contained in:
Dave Halter
2014-09-06 13:02:52 +02:00
parent 2e7e2f0a29
commit ece9fdf4ae
3 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ from inspect import cleandoc
import pytest
from jedi import Script, defined_names, __doc__ as jedi_doc
from jedi.parser import representation as pr
from ..helpers import cwd_at
from ..helpers import TestCase