Re: [Twisted-Python] SerialPort.loseConnection() BUG Still

2009-06-17 Thread Lucas Taylor
On 6/16/09 12:37 PM, Nestor A. Diaz wrote: > Hello, i had wrapper the loseConnection method, but it still throws the > same excepcion: > > class MySerialPort ( SerialPort ) : > > def __init__(self, the_protocol, port, reactor): > # type, host and port are used for my own purposes. >

Re: [Twisted-Python] SerialPort.loseConnection() BUG Still

2009-06-16 Thread Nestor A. Diaz
Hello, i had wrapper the loseConnection method, but it still throws the same excepcion: class MySerialPort ( SerialPort ) : def __init__(self, the_protocol, port, reactor): # type, host and port are used for my own purposes. self.type = "Local" self.host = None self.p