eric6/WebBrowser/Network/ProtocolHandlerManager.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
child 8243
cc717c2ae956
equal deleted inserted replaced
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()

eric ide

mercurial