python-neutronclient/neutronclient/common
zhanghao 3cfa54fa56 Remove usage of six
With python3.x, classes can use 'metaclass=' instead of
'six.add_metaclass', 'six.iteritems' and 'six.iterkeys' can
be replaced by 'items' and 'keys', 'six.moves.urllib.parse'
can be replaced by 'urllib.parse', 'six.StringIO' and
'six.moves.cStringIO' can be replaced by 'io.StringIO',
'six.text_type' and 'six.string_type' are just 'str'.

Change-Id: I357968c6a1932856b1600f6c191966bc90cbc258
2020-05-15 17:27:56 -04:00
..
__init__.py Fix mixed usage of _ 2014-11-08 22:40:41 +09:00
clientmanager.py remove unused LOG 2016-07-10 00:07:47 +08:00
constants.py Remove XML support 2015-12-09 11:09:26 +03:00
exceptions.py Remove usage of six 2020-05-15 17:27:56 -04:00
extension.py Merge "Fixed a bunch of spacing" 2017-03-05 22:22:31 +00:00
serializer.py Remove usage of six 2020-05-15 17:27:56 -04:00
utils.py Remove usage of six 2020-05-15 17:27:56 -04:00
validators.py Use _i18n instead of i18n 2015-12-24 14:44:44 +09:00