aboutsummaryrefslogtreecommitdiff
path: root/serial/urlhandler/protocol_rfc2217.py
diff options
context:
space:
mode:
Diffstat (limited to 'serial/urlhandler/protocol_rfc2217.py')
-rw-r--r--serial/urlhandler/protocol_rfc2217.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/serial/urlhandler/protocol_rfc2217.py b/serial/urlhandler/protocol_rfc2217.py
new file mode 100644
index 0000000..ebeec3a
--- /dev/null
+++ b/serial/urlhandler/protocol_rfc2217.py
@@ -0,0 +1,12 @@
+#! python
+#
+# This is a thin wrapper to load the rfc2217 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