File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22#
33# Experimental implementation of asyncio support.
44#
5- # This file is part of pySerial. https://github.com/pyserial/pyserial
6- # (C) 2015 Chris Liechti <cliechti@gmx.net>
5+ # This file is part of pySerial. https://github.com/pyserial/pyserial-asyncio
6+ # (C) 2015-2016 Chris Liechti <cliechti@gmx.net>
77#
88# SPDX-License-Identifier: BSD-3-Clause
99"""\
1818import serial
1919
2020
21- __version__ = '3.1 .1'
21+ __version__ = '0 .1'
2222
2323
2424class SerialTransport (asyncio .Transport ):
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22#
3- # This file is part of pySerial - Cross platform serial port support for Python
3+ # This file is part of pySerial-asyncio - Cross platform serial port support for Python
44# (C) 2016 Chris Liechti <cliechti@gmx.net>
55#
66# SPDX-License-Identifier: BSD-3-Clause
You can’t perform that action at this time.
0 commit comments