2006-07-04 Don Allingham <don@gramps-project.org>

* various: pyflakes fixes



svn: r6992
This commit is contained in:
Don Allingham
2006-07-04 23:38:51 +00:00
parent 05b0117c82
commit 051f992afb
38 changed files with 75 additions and 78 deletions

View File

@ -37,7 +37,6 @@ from time import strftime as strftime
#
#-------------------------------------------------------------------------
import gtk
import gtk.glade
from gtk.gdk import ACTION_COPY, BUTTON1_MASK
#-------------------------------------------------------------------------
@ -247,7 +246,7 @@ class ScratchPadEvent(ScratchPadWrapper):
# _("Name"),
# escape(short(psrc.get_title())))
return s
# return s
class ScratchPadFamilyEvent(ScratchPadGrampsTypeWrapper):