Pychecker cleanup

svn: r1430
This commit is contained in:
Don Allingham
2003-04-09 03:29:08 +00:00
parent 2958cb7436
commit f4b8546438
6 changed files with 6 additions and 11 deletions

View File

@ -77,7 +77,8 @@ class ImageSelect:
self.parent = parent
self.canvas_list = {}
self.p_map = {}
self.canvas = None
def add_thumbnail(self, photo):
"should be overrridden"
pass