requirements/openstack_requirements
Dirk Mueller 9928784a96 Fix python 3.x portability issue
cmp() as well as sorted(.., cmp=) does not exist in Python 3.x
anymore. Convert to using sorted(..., key=) instead, which
exists both in Python 2.x and Python 3.x. This isn't caught
in CI because the code is entirely unused.

Change-Id: I44a53291199c77d46c15beeff30b3c186f16cc64
2017-10-26 13:56:11 +02:00
..
2017-10-26 13:56:11 +02:00
2016-04-05 06:39:29 -04:00