143:4ef44e854b39 | 144:5c3684ee818e |
---|---|
32 """ | 32 """ |
33 Constructor | 33 Constructor |
34 | 34 |
35 @param plugin reference to the plugin object | 35 @param plugin reference to the plugin object |
36 """ | 36 """ |
37 super(PyramidPage, self).__init__() | 37 super().__init__() |
38 self.setupUi(self) | 38 self.setupUi(self) |
39 self.setObjectName("PyramidPage") | 39 self.setObjectName("PyramidPage") |
40 | 40 |
41 self.__plugin = plugin | 41 self.__plugin = plugin |
42 | 42 |