1
0
forked from VimPlug/jedi

fixes for the interpreter stuff, py27 works now fine

This commit is contained in:
Dave Halter
2014-01-22 15:42:11 +01:00
parent 7c105d27e0
commit 4a71f4beeb
4 changed files with 12 additions and 9 deletions

View File

@@ -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):
"""