trove/trove/tests/examples
abhishekkekane a56301c237 Python3: Add support for unicode, basestring, long
Replaced basestring with six.string_types
Replaced (int, long) with six.integer_types
Replaced unicode with six.text_type

This patch is generated by the following tool using
'basestring', 'long' and 'unicode' options.

Manually replaced unicode(ex) with oslo_utils.encodeutils(ex)

https://github.com/haypo/sixer
Command:
python sixer.py -w 'basestring,long,unicode' trove/

Partially implements: blueprint trove-python3

Change-Id: I6fa42674060067663ef819247ea793ef3d8aa0da
2016-04-19 07:02:39 +00:00
..
__init__.py Create example generator 2014-11-17 13:51:24 -06:00
client.py Python3: Add support for httplib, urlparse 2016-01-31 04:20:01 -08:00
snippets.py Python3: Add support for unicode, basestring, long 2016-04-19 07:02:39 +00:00