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
+4 -4
View File
@@ -15,10 +15,10 @@ following functions (sometimes bug-prone):
from __future__ import with_statement
import modules
import difflib
import helpers
import parsing_representation as pr
from jedi import modules
from jedi import difflib
from jedi import helpers
from jedi import parsing_representation as pr
class Refactoring(object):