1
0
forked from VimPlug/jedi

python 3 compatibility: new method 'use_metaclass'

This commit is contained in:
David Halter
2012-09-01 10:29:17 +02:00
parent 94f2d5e263
commit a1d3ab9094
3 changed files with 9 additions and 5 deletions

View File

@@ -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