Subversion Repositories HomeAutomation

Rev

Rev 736 | Rev 752 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. ###########################################################
  2. #
  3. # Implements the TCP server interface to administrative
  4. # or monitoring apps
  5. #
  6. ###########################################################
  7.  
  8. from TCPServerBase import TCPServerBase
  9.  
  10. class TCPServer1(TCPServerBase):
  11.     pass
  12.