glance/glance
Doug Hellmann dd54b4881a replace cmp with total_ordering decorator
The cmp() built-in is no longer available under python 3 and the
__cmp__ method is not used. Remove __cmp__ and __ne__ and add a __lt__
method and use the functools.total_ordering decorator to provide all
of the rich comparison methods for StoreLocations.

Change-Id: Iae1d0c27bd82a42c80fc98f87c9b85edef527c51
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-07-09 12:52:20 +00:00
..
api Prevent taskflow creation in impossible import 2018-07-02 13:53:21 +01:00
async Merge "Add image conversion plugin" 2018-06-12 06:30:38 +00:00
cmd Change default age of purge_images_table to 180 2018-07-06 13:05:23 +01:00
common Remove deprecated 'enable_image_import' option 2018-06-07 08:16:43 +01:00
db Mitigate OSSN-0075 2018-07-05 13:33:36 +00:00
domain Add image conversion plugin 2018-06-11 21:23:50 +01:00
hacking Make i18n log translation functions as no-op 2017-06-21 16:14:15 +07:00
image_cache Handle file delete races in image cache 2017-07-10 11:37:55 -05:00
locale Imported Translations from Zanata 2018-03-31 07:19:20 +00:00
quota Fix unreachable 'ImageSizeLimitExceeded' exception in image-upload 2018-05-30 04:53:30 +00:00
registry Deprecate Registry and it's config opts 2017-10-13 16:09:06 +01:00
tests Merge "Mitigate OSSN-0075" 2018-07-06 11:46:50 +00:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 22:39:05 -06:00
context.py Use new oslo.context arg names 2017-11-27 10:20:10 -06:00
gateway.py Fix for Image members not generating notifications 2016-01-25 04:50:58 -08:00
i18n.py Make i18n log translation functions as no-op 2017-06-21 16:14:15 +07:00
location.py replace cmp with total_ordering decorator 2018-07-09 12:52:20 +00:00
notifier.py Implement and Enable Community Images 2017-01-18 17:56:12 +00:00
opts.py Fix config group not found error 2018-02-18 14:18:29 -05:00
schema.py Import i18n functions directly 2015-12-07 18:20:43 +03:00
scrubber.py Pending-delete rollback ability 2018-04-19 11:03:59 +08:00
version.py Remove vim header 2014-01-14 16:03:28 +00:00