mirror of https://github.com/kivy/pyjnius.git
fix test_newinstance, returned obj is now a Child
remove faulty duplicate line that made the previous test useless
This commit is contained in:
parent
1df2fb6426
commit
4063737cbf
|
@ -225,7 +225,6 @@ def autoclass(clsname):
|
|||
methods = cls.getDeclaredMethods()
|
||||
else:
|
||||
methods = cls.getMethods()
|
||||
methods = cls.getMethods()
|
||||
methods_name = [x.getName() for x in methods]
|
||||
|
||||
for index, method in enumerate(methods):
|
||||
|
|
Loading…
Reference in New Issue