Helpviewer/SpeedDial/Page.py

branch
Py2 comp.
changeset 2538
b2642e7a4c18
parent 2525
8b507a9a2d40
child 3057
10516539f238
equal deleted inserted replaced
2533:8fb5922867f2 2538:b2642e7a4c18
7 Module implementing a structure to hold the data for a speed dial page. 7 Module implementing a structure to hold the data for a speed dial page.
8 """ 8 """
9 9
10 10
11 from __future__ import unicode_literals # __IGNORE_WARNING__ 11 from __future__ import unicode_literals # __IGNORE_WARNING__
12
12 13
13 class Page(object): 14 class Page(object):
14 """ 15 """
15 Class to hold the data for a speed dial page. 16 Class to hold the data for a speed dial page.
16 """ 17 """

eric ide

mercurial