(self, event)
| 660 | EveFittings.openOne(parent=self) |
| 661 | |
| 662 | def onSSOLogin(self, event): |
| 663 | menu = self.GetMenuBar() |
| 664 | menu.Enable(menu.eveFittingsId, True) |
| 665 | menu.Enable(menu.exportToEveId, True) |
| 666 | |
| 667 | def updateEsiMenus(self, type): |
| 668 | menu = self.GetMenuBar() |
nothing calls this directly
no outgoing calls
no test coverage detected