comparison: eric6/Preferences/ConfigurationPages/ConfigurationPageBase.py
eric6/Preferences/ConfigurationPages/ConfigurationPageBase.py
- changeset 8218
- 7c09585bd960
- parent 8143
- 2c730d5fd177
- child 8273
- 698ae46f40a4
equal
deleted
inserted
replaced
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 """ |