pychecker fixes

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

View File

@ -137,6 +137,7 @@ class EditReference(ManagedWindow.ManagedWindow):
button.connect('clicked',self.close_window)
def define_help_button(self,button,tag):
import GrampsDisplay
button.connect('clicked', lambda x: GrampsDisplay.help(tag))
def _cleanup_on_exit(self):