Files
freeipa/ipalib
Christian Heimes 2cbaf15604 Replace LooseVersion
pylint is having a hard time with distutils.version in tox's virtual
envs. virtualenv uses some tricks to provide a virtual distutils
package, pylint can't cope with.

https://github.com/PyCQA/pylint/issues/73 suggests to use pkg_resources
instead. pkg_resources' version parser has some more benefits, e.g. PEP
440 conformity. But pkg_resources.parse_version() is a heavy weight solution
with reduced functionality, e.g. no access to major version.

For API_VERSION and plugin version we can use a much simpler and faster
approach.

https://fedorahosted.org/freeipa/ticket/6468

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
2016-11-24 15:46:40 +01:00
..
2016-09-27 13:35:58 +02:00
2015-09-01 11:42:01 +02:00
2016-11-24 15:46:40 +01:00
2016-11-18 14:48:48 +01:00
2016-09-07 12:49:28 +02:00
2016-11-24 15:46:40 +01:00
2016-11-24 15:46:40 +01:00
2016-10-25 14:01:06 +02:00
2016-10-20 18:43:37 +02:00
2015-12-23 07:59:22 +01:00