1
0
forked from VimPlug/jedi

move builtin and imports into the evaluate directory

This commit is contained in:
Dave Halter
2013-12-24 16:12:07 +01:00
parent b9719b8c13
commit 4e68856cc4
7 changed files with 9 additions and 9 deletions

View File

@@ -14,10 +14,10 @@ from jedi import common
from jedi.parser import representation as pr
from jedi import cache
from jedi.evaluate import representation as er
import keywords
from jedi.evaluate import imports
from jedi import keywords
import recursion
import dynamic
import imports
def _clear_caches():