eric6/QScintilla/ShellHistoryDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
28 @param vm reference to the viewmanager object 28 @param vm reference to the viewmanager object
29 @type ViewManager 29 @type ViewManager
30 @param shell reference to the shell object 30 @param shell reference to the shell object
31 @type Shell 31 @type Shell
32 """ 32 """
33 super(ShellHistoryDialog, self).__init__(shell) 33 super().__init__(shell)
34 self.setupUi(self) 34 self.setupUi(self)
35 35
36 self.__vm = vm 36 self.__vm = vm
37 self.__shell = shell 37 self.__shell = shell
38 38

eric ide

mercurial