cliechti | 2a6d533 | 2011-03-04 02:08:32 +0000 | [diff] [blame] | 1 | #! python |
2 | # | ||||
3 | # Python Serial Port Extension for Win32, Linux, BSD, Jython | ||||
4 | # see ../__init__.py | ||||
5 | # | ||||
6 | # This is a thin wrapper to load the rfc2271 implementation. | ||||
7 | # | ||||
8 | # (C) 2011 Chris Liechti <cliechti@gmx.net> | ||||
Chris Liechti | fbdd8a0 | 2015-08-09 02:37:45 +0200 | [diff] [blame] | 9 | # |
10 | # SPDX-License-Identifier: BSD-3-Clause | ||||
cliechti | 2a6d533 | 2011-03-04 02:08:32 +0000 | [diff] [blame] | 11 | |
12 | from serial.rfc2217 import Serial |