Added missing self argument in PyAccess

This commit is contained in:
Andrew Murray 2015-04-01 08:58:10 +11:00
parent 75a760e5d6
commit d88a7b778f

View File

@ -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):