mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add boilerplate (#108)
* Add boilerplate to doc_fragments and module_utils. * Add boilerplate to unit tests. * Add boilerplate to modules.
This commit is contained in:
parent
f1ae008c4d
commit
6ccc2eab79
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
import json
|
||||
from ansible.module_utils._text import to_text, to_native
|
||||
from ansible.module_utils.basic import env_fallback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue