mirror of https://github.com/kivy/pyjnius.git
parent
97b0dd3d41
commit
de6c6e9b7a
|
@ -242,7 +242,7 @@ Java class implementation in Python
|
||||||
__javainterfaces__ = ['java/util/ListIterator']
|
__javainterfaces__ = ['java/util/ListIterator']
|
||||||
|
|
||||||
def __init__(self, collection, index=0):
|
def __init__(self, collection, index=0):
|
||||||
super(TestImplemIterator, self).__init__()
|
super(PythonListIterator, self).__init__()
|
||||||
self.collection = collection
|
self.collection = collection
|
||||||
self.index = index
|
self.index = index
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue