Skip to content

Commit

Permalink
Add boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed May 23, 2023
1 parent 2692de0 commit 4aaface
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/module_utils/compat/telnetlib.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Vendored copy of https://github.com/python/cpython/blob/62d55a4d11fe25e8981e27e68ba080ab47c3f590/Lib/telnetlib.py
# Python Software Foundation License 2.0 (see LICENSES/PSF-2.0.txt or https://opensource.org/licenses/Python-2.0)
# SPDX-License-Identifier: PSF-2.0

from __future__ import absolute_import, division, print_function

__metaclass__ = type
r"""TELNET client class.
Based on RFC 854: TELNET Protocol Specification, by J. Postel and
Expand Down

0 comments on commit 4aaface

Please sign in to comment.