blob: c14c79258459c202621828c5a10035e76d0b9e25 [file] [log] [blame]
cliechti2a6d5332011-03-04 02:08:32 +00001#! python
2#
cliechti2a6d5332011-03-04 02:08:32 +00003# This is a thin wrapper to load the rfc2271 implementation.
4#
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
Chris Liechtib10daf42016-01-26 00:27:10 +010010from serial.rfc2217 import Serial # noqa