(self, event)
| 799 | self._openAfterImport(importData) |
| 800 | |
| 801 | def exportToClipboard(self, event): |
| 802 | with CopySelectDialog(self) as dlg: |
| 803 | dlg.ShowModal() |
| 804 | |
| 805 | def exportSkillsNeeded(self, event): |
| 806 | """ Exports skills needed for active fit and active character """ |
nothing calls this directly
no test coverage detected