Blame |
Last modification |
View Log
| SVN
| RSS feed
###########################################################
#
# Implements the older raw TCP interface (telnet)
#
###########################################################
class TCPServerCompat(TCPServerBase):
pass