8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
25 Constructor | 25 Constructor |
26 | 26 |
27 @param parent reference to the parent object | 27 @param parent reference to the parent object |
28 @type QObject | 28 @type QObject |
29 """ | 29 """ |
30 super(ProtocolHandlerManager, self).__init__(parent) | 30 super().__init__(parent) |
31 | 31 |
32 self.__protocolHandlers = {} | 32 self.__protocolHandlers = {} |
33 # dictionary of handlers with scheme as key | 33 # dictionary of handlers with scheme as key |
34 | 34 |
35 self.__load() | 35 self.__load() |