forked from VimPlug/jedi
python 3 compatibility: new method 'use_metaclass'
This commit is contained in:
@@ -135,7 +135,7 @@ def dec(func):
|
||||
else:
|
||||
# must be instance
|
||||
stmt = element.var_args.parent_stmt()
|
||||
print ' ' * counter + 'recursion,', stmt
|
||||
print(' ' * counter + 'recursion,', stmt)
|
||||
counter += 1
|
||||
res = func(*args, **kwargs)
|
||||
counter -= 1
|
||||
|
||||
Reference in New Issue
Block a user