(self, release, version)
| 242 | return Fit.getCommandProcessor(fitID) |
| 243 | |
| 244 | def ShowUpdateBox(self, release, version): |
| 245 | with UpdateDialog(self, release, version) as dlg: |
| 246 | dlg.ShowModal() |
| 247 | |
| 248 | def LoadPreviousOpenFits(self): |
| 249 | sFit = Fit.getInstance() |
nothing calls this directly
no test coverage detected