blob: 1357173bf63900c86ea55db25e07ce5ec411574e [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
10from serial.rfc2217 import Serial