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
..
cmds Fix pep8 issue 2017-10-26 13:56:11 +02:00
tests Add policy check on global-requirements.txt entries 2017-09-15 20:49:33 +00:00
__init__.py Move tests into openstack_requirements. 2015-06-08 22:07:01 +12:00
constraints.py Add wheel to UNCONSTRAINABLE 2016-04-05 06:39:29 -04:00
project_config.py Update project-config validation 2017-10-25 12:22:43 +00:00
project.py Use ConfigParser instead of SafeConfigParser 2016-09-29 08:57:54 +00:00
requirement.py Fix python 3.x portability issue 2017-10-26 13:56:11 +02:00