eric6/WebBrowser/QtHelp/HelpDocsInstaller.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
36 """ 36 """
37 Constructor 37 Constructor
38 38
39 @param collection full pathname of the collection file (string) 39 @param collection full pathname of the collection file (string)
40 """ 40 """
41 super(HelpDocsInstaller, self).__init__() 41 super().__init__()
42 42
43 self.__abort = False 43 self.__abort = False
44 self.__collection = collection 44 self.__collection = collection
45 self.__mutex = QMutex() 45 self.__mutex = QMutex()
46 46

eric ide

mercurial