mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Added missing self argument in PyAccess
This commit is contained in:
parent
75a760e5d6
commit
d88a7b778f
|
@ -54,7 +54,7 @@ class PyAccess(object):
|
|||
print (vals)
|
||||
self._post_init()
|
||||
|
||||
def _post_init():
|
||||
def _post_init(self):
|
||||
pass
|
||||
|
||||
def __setitem__(self, xy, color):
|
||||
|
|
Loading…
Reference in New Issue
Block a user