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:
Raphael Ackermann
2008-01-09 16:47:56 +00:00
parent c6a8810305
commit 2857943955
11 changed files with 181 additions and 168 deletions

View File

@@ -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):