fix incorrect method signature

This commit is contained in:
Chris Jones 2010-03-02 20:37:41 +00:00
parent 950da4dec3
commit 79c48b21ca
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Container(object):
"""Remove a widget from the container"""
raise NotImplementedError('remove')
def hoover(self, widget):
def hoover(self):
"""Ensure we still have a reason to exist"""
raise NotImplementedError('hoover')