cliechti | 2a6d533 | 2011-03-04 02:08:32 +0000 | [diff] [blame] | 1 | #! python |
| 2 | # |
cliechti | 2a6d533 | 2011-03-04 02:08:32 +0000 | [diff] [blame] | 3 | # This is a thin wrapper to load the rfc2271 implementation. |
| 4 | # |
Chris Liechti | 3e02f70 | 2015-12-16 23:06:04 +0100 | [diff] [blame] | 5 | # This file is part of pySerial. https://github.com/pyserial/pyserial |
cliechti | 2a6d533 | 2011-03-04 02:08:32 +0000 | [diff] [blame] | 6 | # (C) 2011 Chris Liechti <cliechti@gmx.net> |
Chris Liechti | fbdd8a0 | 2015-08-09 02:37:45 +0200 | [diff] [blame] | 7 | # |
| 8 | # SPDX-License-Identifier: BSD-3-Clause |
cliechti | 2a6d533 | 2011-03-04 02:08:32 +0000 | [diff] [blame] | 9 | |
Chris Liechti | b10daf4 | 2016-01-26 00:27:10 +0100 | [diff] [blame^] | 10 | from serial.rfc2217 import Serial # noqa |