mirror of https://github.com/kivy/kivy.git
fix fucking invalid renaming with vim >_<
This commit is contained in:
parent
b4bbe0b974
commit
2ae20b45a7
|
@ -698,7 +698,7 @@ cdef class Texture:
|
||||||
def __get__(self):
|
def __get__(self):
|
||||||
return self._id
|
return self._id
|
||||||
|
|
||||||
property _target:
|
property target:
|
||||||
'''Return the OpenGL target of the texture (readonly)
|
'''Return the OpenGL target of the texture (readonly)
|
||||||
'''
|
'''
|
||||||
def __get__(self):
|
def __get__(self):
|
||||||
|
|
Loading…
Reference in New Issue