eric6/Preferences/ConfigurationPages/ConfigurationPageBase.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8176
31965986ecd1
parent 8218
7c09585bd960
child 8758
c3f57225c305
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
22 22
23 def __init__(self): 23 def __init__(self):
24 """ 24 """
25 Constructor 25 Constructor
26 """ 26 """
27 super(ConfigurationPageBase, self).__init__() 27 super().__init__()
28 28
29 self.__coloursDict = {} 29 self.__coloursDict = {}
30 30
31 def polishPage(self): 31 def polishPage(self):
32 """ 32 """

eric ide

mercurial