Rev 736 |
Blame |
Last modification |
View Log
| SVN
| RSS feed
###########################################################
#
# Implements the TCP server interface to administrative
# or monitoring apps
#
###########################################################
from TCPServerBase import TCPServerBase
class TCPServer1(TCPServerBase):
pass