FIXME another method that just does a pass

This commit is contained in:
Chris Jones 2010-01-24 13:18:50 +00:00
parent 6a9febe952
commit 05a61f802d
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ class Window(Container, gtk.Window):
def on_hide_window(self, data):
"""Handle a request to hide/show the window"""
# FIXME: Implement or drop, or explain why its empty
pass
# pylint: disable-msg=W0613