1
0
forked from VimPlug/jedi

One test about recursion issues only applied to Python 2

This commit is contained in:
Dave Halter
2019-07-18 12:00:47 +02:00
parent c7fc715535
commit f4fe113c0f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import recurse_class2
from . import recurse_class2
class C(recurse_class2.C):
def a(self):