commit | 29187265d7e4513595f3607232d7e18361d5afcc | [log] [tgz] |
---|---|---|
author | Robert Smallshire <robert@smallshire.org.uk> | Tue Mar 22 22:15:39 2016 +0100 |
committer | Robert Smallshire <robert@smallshire.org.uk> | Tue Mar 22 22:15:39 2016 +0100 |
tree | 9a79ac4cbcb2fdef74876c9598ca45f6d297eea4 | |
parent | 4daa9d54af41e8f9a9cff402028f040a7a5d0a39 [diff] |
Call the superclass initializer in SerialTransport. SerialTransport ultimately inherits from asyncio.transports.BaseTransport. The existing code did not call the superclass initializer, so subsequent calls to inherited methods such as SerialTransport.get_extra_info() would fail.