Revision 2a917701

b/lib/luxi.py
427 427
      self._CloseTransport()
428 428
      raise
429 429

  
430
  def Close(self):
431
    """Close the underlying connection.
432

  
433
    """
434
    self._CloseTransport()
435

  
430 436
  def CallMethod(self, method, args):
431 437
    """Send a generic request and return the response.
432 438

  

Also available in: Unified diff