deb-murano/murano/engine
Ravi Shekhar Jethani f963039bd7 Python3: Replace basestring by six.string_types
The builtin basestring abstract type was removed in python3,
use str instead, we need to use six.string_types to replace
the basestring for py3 compatibility.

This patch was generated by the following tool using 'basestring'
option.

https://github.com/haypo/sixer
Command:
python sixer.py -w basestring murano/

This also adds a check to murano/hacking/checks.py that should
catch this error in the future.

Blueprint murano-python-3-support

Change-Id: I26c236ce6dd2fffd6a4ca50e55ad62deb01bd9dd
2016-01-18 23:48:37 -08:00
..
system Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
client_manager.py Replacing application_catalog with application-catalog 2015-11-27 20:02:41 +08:00
environment.py Log refactoring close to new logging spec 2015-09-09 20:54:26 +03:00
mock_context_manager.py Python3: Replace dict.iteritems with six.iteritems 2016-01-15 03:15:23 -08:00
murano_package.py Delete the unused LOG configure code 2015-09-12 15:28:16 +08:00
package_loader.py Python3: Replace dict.itervalues with six.itervalues 2016-01-18 03:04:23 -08:00
yaql_yaml_loader.py yaql context versioning 2015-09-04 14:37:14 +00:00