changeset 585:ec13a5a0b213 pyntnclick

FIXED: Yes, thank you.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sat, 11 Feb 2012 16:51:39 +0200
parents 96ff2d8a8a9a
children cf65e91b30b1
files pyntnclick/widgets/__init__.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyntnclick/widgets/__init__.py	Sat Feb 11 16:45:07 2012 +0200
+++ b/pyntnclick/widgets/__init__.py	Sat Feb 11 16:51:39 2012 +0200
@@ -150,7 +150,6 @@
     """The fancy hand button for the widget"""
 
     def __init__(self, action):
-        # FIXME: Yes, please.
         this_image = get_image('items', 'hand.png')
         albow.controls.Image.__init__(self, image=this_image)
         self.action = action