diff options
author | Mathieu Bridon <bochecha@daitauha.fr> | 2018-07-17 22:57:39 +0200 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-08-07 13:10:34 -0700 |
commit | e1b88aee680bbdadd283b4a26db74672bb130df5 (patch) | |
tree | aa7b7026af801eae5202200e5ad10e861a543145 /Android.common.mk | |
parent | 9b6746b7c0bef64be419c8cf2ecd916980e2718a (diff) | |
download | mesa-e1b88aee680bbdadd283b4a26db74672bb130df5.tar.gz mesa-e1b88aee680bbdadd283b4a26db74672bb130df5.tar.bz2 mesa-e1b88aee680bbdadd283b4a26db74672bb130df5.zip |
python: Fix rich comparisons
Python 3 doesn't call objects __cmp__() methods any more to compare
them. Instead, it requires implementing the rich comparison methods
explicitly: __eq__(), __ne(), __lt__(), __le__(), __gt__() and __ge__().
Fortunately Python 2 also supports those.
This commit only implements the comparison methods which are actually
used by the build scripts.
Signed-off-by: Mathieu Bridon <bochecha@daitauha.fr>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'Android.common.mk')
0 files changed, 0 insertions, 0 deletions