1
0
forked from VimPlug/jedi

rename non-cycling imports to 'from jedi import ..'

This commit is contained in:
David Halter
2013-03-15 15:02:33 +04:30
parent 2f809d8066
commit 9ad9c806bb
18 changed files with 86 additions and 87 deletions

View File

@@ -16,10 +16,10 @@ annotations.
import re
import cache
from jedi import cache
from jedi import parsing
import evaluate
import evaluate_representation as er
import parsing
DOCSTRING_PARAM_PATTERNS = [
r'\s*:type\s+%s:\s*([^\n]+)', # Sphinx