def __init__(self, port=8000, bind_address='localhost'):
     Writer.__init__(self)
     WebSocketBase.__init__(self, port, bind_address)
 def __init__(self, port=8001, bind_address='localhost'):
     Manager.__init__(self)
     WebSocketBase.__init__(self, port, bind_address)