8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
27 """ | 27 """ |
28 Constructor | 28 Constructor |
29 | 29 |
30 @param plugin reference to the plugin object | 30 @param plugin reference to the plugin object |
31 """ | 31 """ |
32 super(GitPage, self).__init__() | 32 super().__init__() |
33 self.setupUi(self) | 33 self.setupUi(self) |
34 self.setObjectName("GitPage") | 34 self.setObjectName("GitPage") |
35 | 35 |
36 self.__plugin = plugin | 36 self.__plugin = plugin |
37 | 37 |