ProjectFlask/RunServerDialog.py

changeset 61
fe1e8783a95f
parent 60
02243723ac17
child 64
0ee58185b8df
equal deleted inserted replaced
60:02243723ac17 61:fe1e8783a95f
38 @param project reference to the project object 38 @param project reference to the project object
39 @type Project 39 @type Project
40 @param parent reference to the parent widget 40 @param parent reference to the parent widget
41 @type QWidget 41 @type QWidget
42 """ 42 """
43 super(RunServerDialog, self).__init__(parent) 43 super().__init__(parent)
44 self.setupUi(self) 44 self.setupUi(self)
45 45
46 self.__plugin = plugin 46 self.__plugin = plugin
47 self.__project = project 47 self.__project = project
48 48

eric ide

mercurial