mirror of https://github.com/kivy/pyjnius.git
dont refer to method that doesnt exist
This commit is contained in:
parent
59e8296bbf
commit
5d2417e24f
|
@ -74,5 +74,5 @@ def test_newinstance():
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import jnius_config
|
import jnius_config
|
||||||
#jnius_config.add_options('-Xcheck:jni')
|
#jnius_config.add_options('-Xcheck:jni')
|
||||||
test_field_and_methods()
|
test_staticfields()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue