Python 3 fix.
The cmp(v1, v2) notation in the dep_check.version_comparison() function has been replaced with (v1 > v2) - (v1 < v2). This allows relax to run on Python 3.
Authored by: bugman 2014-09-04
Parent: [r25632]
Child: [r25634]