comparison: eric6/Plugins/PluginVmTabview.py
eric6/Plugins/PluginVmTabview.py
- changeset 8218
- 7c09585bd960
- parent 7923
- 91e843545d9a
equal
deleted
inserted
replaced
52 """ |
52 """ |
53 Constructor |
53 Constructor |
54 |
54 |
55 @param ui reference to the user interface object (UI.UserInterface) |
55 @param ui reference to the user interface object (UI.UserInterface) |
56 """ |
56 """ |
57 super(VmTabviewPlugin, self).__init__(ui) |
57 super().__init__(ui) |
58 self.__ui = ui |
58 self.__ui = ui |
59 |
59 |
60 def activate(self): |
60 def activate(self): |
61 """ |
61 """ |
62 Public method to activate this plugin. |
62 Public method to activate this plugin. |