Pychecker fixes

svn: r1010
This commit is contained in:
Don Allingham 2002-05-28 04:14:37 +00:00
parent caa2d7ea9b
commit 601d5a1762
2 changed files with 3 additions and 8 deletions

View File

@ -301,9 +301,11 @@ class PedigreeView:
return 1
elif event.type == GDK.ENTER_NOTIFY:
self.expand_box(obj)
return 0
elif event.type == GDK.LEAVE_NOTIFY:
self.shrink_box(obj)
return 0
return 0
def shrink_box(self,obj):
"""Shrink an exanded box back down to normal size"""

View File

@ -31,13 +31,6 @@ import GTK
import GDK
import gnome.ui
#-------------------------------------------------------------------------
#
# Standard python modules
#
#-------------------------------------------------------------------------
import string
#-------------------------------------------------------------------------
#
# Gramps modules