El día 10 de febrero de 2012 16:39, <godiard at sugarlabs.org> escribió: > + window = self.canvas.get_window() > > - preview_data = [] > + x, y = 0, 0 Maybe change x, y to alloc_x, alloc_y? Pylint shows an error because of short variable names. -- .. manuq ..