forked from VimPlug/jedi
fixes for the interpreter stuff, py27 works now fine
This commit is contained in:
@@ -44,6 +44,8 @@ from jedi import debug
|
||||
from jedi import cache
|
||||
from jedi.parser import tokenize
|
||||
|
||||
SCOPE_CONTENTS = ['asserts', 'subscopes', 'imports', 'statements', 'returns']
|
||||
|
||||
|
||||
class Base(object):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user