Comment 7 for bug 1708376

Revision history for this message
Fan Zhang (fanzhang) wrote :

And _rebuild_admin_client() goes here:
```
    def _rebuild_admin_client(self):
        self.admin = self._build_admin_client()
        self.status.set_client(self.admin)
```