cliechti | 2a6d533 | 2011-03-04 02:08:32 +0000 | [diff] [blame] | 1 | #! python |
| 2 | # |
Lowell Alleman | 2e27646 | 2018-10-24 10:25:23 -0400 | [diff] [blame] | 3 | # This is a thin wrapper to load the rfc2217 implementation. |
cliechti | 2a6d533 | 2011-03-04 02:08:32 +0000 | [diff] [blame] | 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 | |
Kurt McKee | 057387c | 2018-02-07 22:10:38 -0600 | [diff] [blame] | 10 | from __future__ import absolute_import |
| 11 | |
Chris Liechti | 6594df6 | 2016-02-04 21:13:41 +0100 | [diff] [blame] | 12 | from serial.rfc2217 import Serial # noqa |