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