forked from VimPlug/jedi
bug fixing
This commit is contained in:
@@ -276,7 +276,7 @@ def strip_imports(scopes):
|
||||
result = []
|
||||
for s in scopes:
|
||||
if isinstance(s, parsing.Import):
|
||||
print 'dini mueter, steile griech!'
|
||||
#print 'dini mueter, steile griech!'
|
||||
try:
|
||||
result += follow_import(s)
|
||||
except modules.ModuleNotFound:
|
||||
|
||||
Reference in New Issue
Block a user