d0ugal / python-rfxcom

A Python 3.3+ library for working with your RFXTrx and automating your home.
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

pass SerialClass to rfxcom.transport.base.BaseTransport #11

Closed kalfa closed 10 years ago

kalfa commented 10 years ago

BaseTransport uses SerialClass if passed, but child class is not passing it to its parent constructor.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling b6fe66632394cb056c400087169acf0dd0e2e768 on kalfa:master into 2c9bbe7b70e2e71f5235e85a9dd00a370a4d033c on d0ugal:master.

d0ugal commented 10 years ago

Good spot! Thanks.