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 """ |