Pychecker fixes
svn: r1010
This commit is contained in:
parent
caa2d7ea9b
commit
601d5a1762
@ -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"""
|
||||
|
||||
|
@ -31,13 +31,6 @@ import GTK
|
||||
import GDK
|
||||
import gnome.ui
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Standard python modules
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import string
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Gramps modules
|
||||
|
Loading…
Reference in New Issue
Block a user