Helpviewer/SpeedDial/Page.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
33 33
34 @param other reference to the other page object (Page) 34 @param other reference to the other page object (Page)
35 @return flag indicating equality (boolean) 35 @return flag indicating equality (boolean)
36 """ 36 """
37 return self.title == other.title and \ 37 return self.title == other.title and \
38 self.url == other.url 38 self.url == other.url

eric ide

mercurial