mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 04:34:27 -07:00
Update plugins/module_utils/version.py
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
2b2072325d
commit
5a91096452
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Copyright: (c) 2021, Felix Fontein <felix@fontein.de>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
"""Provide Version object to compare version numbers."""
|
||||
"""Provide version object to compare version numbers."""
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue