comparison: eric6/Preferences/ConfigurationPages/DiffColoursPage.py
eric6/Preferences/ConfigurationPages/DiffColoursPage.py
- changeset 8218
- 7c09585bd960
- parent 8143
- 2c730d5fd177
equal
deleted
inserted
replaced
23 """ |
23 """ |
24 def __init__(self): |
24 def __init__(self): |
25 """ |
25 """ |
26 Constructor |
26 Constructor |
27 """ |
27 """ |
28 super(DiffColoursPage, self).__init__() |
28 super().__init__() |
29 self.setupUi(self) |
29 self.setupUi(self) |
30 self.setObjectName("DiffColoursPage") |
30 self.setObjectName("DiffColoursPage") |
31 |
31 |
32 self.__coloursDict = {} |
32 self.__coloursDict = {} |
33 |
33 |