%PDF- %PDF-
| Direktori : /proc/self/root/proc/3522530/root/usr/lib/python2.7/site-packages/salt/utils/ |
| Current File : //proc/self/root/proc/3522530/root/usr/lib/python2.7/site-packages/salt/utils/versions.pyc |
�
���^c @@ s3 d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z d d l Z d d l m
Z d d l m Z
d d l Z d d l m Z e j e � Z d e f d � � YZ
d e
f d
� � YZ e d d e d � Z e d d e d � Z e d
� Z d d d d e d � Z d d d e e d � Z d S( uV
:copyright: Copyright 2017 by the SaltStack Team, see AUTHORS for more details.
:license: Apache 2.0, see LICENSE for more details.
salt.utils.versions
~~~~~~~~~~~~~~~~~~~
Version parsing based on distutils.version which works under python 3
because on python 3 you can no longer compare strings against integers.
i ( t absolute_importt print_functiont unicode_literalsN( t
StrictVersion( t LooseVersion( t sixR c B@ s e Z d � Z d � Z RS( c C@ s t j | | � d S( N( t _StrictVersiont parse( t selft vstring( ( s7 /usr/lib/python2.7/site-packages/salt/utils/versions.pyR # s c C@ s1 t | t j � r! t | � } n t j | | � S( N( t
isinstanceR t string_typesR R t _cmp( R t other( ( s7 /usr/lib/python2.7/site-packages/salt/utils/versions.pyR &