(event)
| 492 | |
| 493 | @staticmethod |
| 494 | def goForums(event): |
| 495 | webbrowser.open('https://forums.eveonline.com/t/27156') |
| 496 | |
| 497 | def registerMenu(self): |
| 498 | menuBar = self.GetMenuBar() |
nothing calls this directly
no outgoing calls
no test coverage detected