(self, session)
| 594 | logger.info('Good Bye!') |
| 595 | |
| 596 | def _createSocketConnection(self, session): |
| 597 | global userManager, eventManager |
| 598 | return PrinterStateConnection(userManager, eventManager, session) |
| 599 | |
| 600 | def _checkForRoot(self): |
| 601 | return |
nothing calls this directly
no test coverage detected