pychecker fixes

svn: r6407
This commit is contained in:
Don Allingham
2006-04-22 03:23:57 +00:00
parent 33decd724d
commit d894db5ce8
22 changed files with 39 additions and 57 deletions

View File

@@ -331,7 +331,7 @@ class ManagedWindow:
self.window.set_transient_for(self.parent_window)
self.window.show()
def close(self,obj=None,obj2=None):
def close(self):
"""
Close itself.