mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Added loading StrictVersion to helper module
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
44a23e363b
commit
90cdaf873d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,4 +15,4 @@ __metaclass__ = type
|
|||
#
|
||||
# from ansible.module_utils.compat.version import LooseVersion
|
||||
|
||||
from ._version import LooseVersion
|
||||
from ._version import LooseVersion, StrictVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue