1
0
forked from VimPlug/jedi

evaluator stuff for dynamic

This commit is contained in:
Dave Halter
2013-12-25 01:54:51 +01:00
parent dd804dc4cb
commit ef764d39d8
7 changed files with 24 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ from jedi import cache
from jedi.evaluate import representation as er
from jedi.evaluate import imports
from jedi import keywords
import dynamic
from jedi.evaluate import dynamic
def _clear_caches():