blob: ebeec3a5eee15afda83253e4c1918498adf33bbe [file] [log] [blame]
cliechti2a6d5332011-03-04 02:08:32 +00001#! python
2#
Lowell Alleman2e276462018-10-24 10:25:23 -04003# This is a thin wrapper to load the rfc2217 implementation.
cliechti2a6d5332011-03-04 02:08:32 +00004#
Chris Liechti3e02f702015-12-16 23:06:04 +01005# This file is part of pySerial. https://github.com/pyserial/pyserial
cliechti2a6d5332011-03-04 02:08:32 +00006# (C) 2011 Chris Liechti <cliechti@gmx.net>
Chris Liechtifbdd8a02015-08-09 02:37:45 +02007#
8# SPDX-License-Identifier: BSD-3-Clause
cliechti2a6d5332011-03-04 02:08:32 +00009
Kurt McKee057387c2018-02-07 22:10:38 -060010from __future__ import absolute_import
11
Chris Liechti6594df62016-02-04 21:13:41 +010012from serial.rfc2217 import Serial # noqa