Minor PEP8 fix
[doneit] / src / gtk_toolbox.py
index 4471fb7..210ce71 100644 (file)
@@ -1,13 +1,6 @@
 #!/usr/bin/python
 
 """
-@todo Implement my own tap-n-hold
-       Constructor takes
-               a widget (Event Box)
-               Callback function with default to a "callback widget" that places the widget in the appropriate place
-               Change of system default (class variable) for hold time
-       Follows enable/disable pattern
-       Cares about mouse move for disqualifying a tap
 @todo Implement a custom label that encodes random info (Not set in stone, just throwing these out there)
        Background color based on Location
        Text intensity based on time estimate
@@ -131,6 +124,7 @@ class ContextHandler(object):
                position = 0, 0
                self._respond(position)
 
+
 class LoginWindow(object):
 
        def __init__(self, widgetTree):