(self)
| 980 | sCharacter.importCharacter(dlg.GetPaths(), self.importCharacterCallback) |
| 981 | |
| 982 | def importCharacterCallback(self): |
| 983 | self.closeWaitDialog() |
| 984 | wx.PostEvent(self, GE.CharListUpdated()) |
| 985 | |
| 986 | def closeWaitDialog(self): |
| 987 | del self.waitDialog |
nothing calls this directly
no test coverage detected