1
0
forked from VimPlug/jedi

Move common to evaluate.utils.

This commit is contained in:
Dave Halter
2017-09-20 20:32:26 +02:00
parent 0c01a3b823
commit a433ee7a7e
17 changed files with 72 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
from abc import abstractproperty
from jedi._compatibility import is_py3
from jedi.common import unite
from jedi.evaluate.utils import unite
from jedi import debug
from jedi.evaluate import compiled
from jedi.evaluate import filters