2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com> From PEP8 Always use 'self' for the first argument to instance methods.
svn: r9767
This commit is contained in:
@@ -72,7 +72,7 @@ class FamilyFilterFrame(FilterFrameBase):
|
||||
self._set_filter(filter_spec)
|
||||
|
||||
|
||||
def _set_filter(filter_spec):
|
||||
def _set_filter(self):
|
||||
pass
|
||||
|
||||
def on_apply(self,button):
|
||||
|
Reference in New Issue
Block a user