Helpviewer/SpeedDial/Page.py

changeset 3035
36e9f388958b
parent 2954
bf0215fe12d1
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3034:7ce719013078 3035:36e9f388958b
30 30
31 @param other reference to the other page object (Page) 31 @param other reference to the other page object (Page)
32 @return flag indicating equality (boolean) 32 @return flag indicating equality (boolean)
33 """ 33 """
34 return self.title == other.title and \ 34 return self.title == other.title and \
35 self.url == other.url 35 self.url == other.url

eric ide

mercurial