(self, callingWindow, itmContext)
| 47 | return True |
| 48 | |
| 49 | def getText(self, callingWindow, itmContext): |
| 50 | return _t("Command Fits") |
| 51 | |
| 52 | def addFit(self, menu, fit, includeShip=False): |
| 53 | label = fit.name if not includeShip else "({}) {}".format(fit.ship.item.name, fit.name) |