summaryrefslogtreecommitdiff
path: root/serial/urlhandler/protocol_rfc2217.py
blob: 8be310f5c46c5d3c7f450cea6776c42a4d8b0089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! python
#
# This is a thin wrapper to load the rfc2271 implementation.
#
# This file is part of pySerial. https://github.com/pyserial/pyserial
# (C) 2011 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier:    BSD-3-Clause

from __future__ import absolute_import

from serial.rfc2217 import Serial  # noqa