comparison: Helpviewer/SpeedDial/Page.py
Helpviewer/SpeedDial/Page.py
- branch
- Py2 comp.
- changeset 2525
- 8b507a9a2d40
- parent 2302
- f29e9405c851
- child 2538
- b2642e7a4c18
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
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 |
|
11 from __future__ import unicode_literals # __IGNORE_WARNING__ |
10 |
12 |
11 class Page(object): |
13 class Page(object): |
12 """ |
14 """ |
13 Class to hold the data for a speed dial page. |
15 Class to hold the data for a speed dial page. |
14 """ |
16 """ |