vmware-nsx/vmware_nsx/neutron/tests/unit/vmware/apiclient
Salvatore Orlando 957aaf7767 Anothher step towards Python 3 compatibility
Changes to ensure vmware-nsx modules are python 3 compatible.
This patch does the following:
- Deal with library renames
- Use key attribute in sorting list of dicts
- Handle removed built-in functions such as unicode
- Handle changes in function prototypes
- Remove "L" suffixes, which were improperly used anyway.

This patch alone does not make vmware-nsx completely python 3
compatible. There are still some issues arising from the different
semantics of dict's items method.
Moreover, the dependency on neutron means this repository cannot
be completely python 3 compatible until neutron isn't.

Change-Id: Ifd5397585544201d4e50ca71f4611a16896a514f
2015-07-19 05:19:09 +00:00
..
__init__.py VMware: fix gitreview 2014-12-21 23:24:18 -08:00
fake.py Anothher step towards Python 3 compatibility 2015-07-19 05:19:09 +00:00
test_api_common.py Anothher step towards Python 3 compatibility 2015-07-19 05:19:09 +00:00
test_api_eventlet_request.py Anothher step towards Python 3 compatibility 2015-07-19 05:19:09 +00:00