Skip to content
Snippets Groups Projects
Commit df408617 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

Remove reference to Debian package sorting algorithm


Signed-off-by: default avatarSébastien Luttringer <sebastien.luttringer@smartjog.com>
parent ef7b9964
No related branches found
No related tags found
No related merge requests found
......@@ -589,8 +589,6 @@ def compare_versions(v1, v2):
return > 0 if v1 > v2
return < 0 if v2 > v1
return = 0 if v1 == v2
This uses the Debian package version sorting algorithm (see 'man deb-version')
'''
# Ensure versions have the right format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment