eric6/WebBrowser/SpeedDial/Page.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7269
0c63ea7f94bd
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
4 # 4 #
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
10
11 from __future__ import unicode_literals
12 9
13 10
14 class Page(object): 11 class Page(object):
15 """ 12 """
16 Class to hold the data for a speed dial page. 13 Class to hold the data for a speed dial page.

eric ide

mercurial