(self)
| 55 | return SyncClientProtocol(self._client) |
| 56 | |
| 57 | def stopRetrying(self): |
| 58 | self._client._reconnectingService.stopService() |
| 59 | self._client.ui.showErrorMessage(getMessage("disconnection-notification")) |
| 60 | |
| 61 | |
| 62 | class SyncplayClient(object): |
no test coverage detected