Rev 736 | Rev 752 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 736 | Rev 751 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | # |
2 | # |
| 3 | # Implements the TCP server interface to administrative |
3 | # Implements the TCP server interface to administrative |
| 4 | # or monitoring apps |
4 | # or monitoring apps |
| 5 | # |
5 | # |
| 6 | ########################################################### |
6 | ########################################################### |
| - | 7 | ||
| - | 8 | from TCPServerBase import TCPServerBase |
|
| 7 | 9 | ||
| 8 | class TCPServer1(TCPServerBase): |
10 | class TCPServer1(TCPServerBase): |
| 9 | pass |
11 | pass |