deb-murano/murano/dsl
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
..
principal_objects Broken owner parameter for getAttr/setAttr was fixed 2016-01-15 23:13:17 +03:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
attribute_store.py Python3: Replace dict.iteritems with six.iteritems 2016-01-15 03:15:23 -08:00
constants.py Broken owner parameter for getAttr/setAttr was fixed 2016-01-15 23:13:17 +03:00
context_manager.py yaql context versioning 2015-09-04 14:37:14 +00:00
dsl_exception.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
dsl_types.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
dsl.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
exceptions.py Remove arguments "{}" and "[]" in function definitions 2015-12-19 01:10:30 +08:00
executor.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
expressions.py Merge "Python3: Replace dict.iteritems with six.iteritems" 2016-01-15 15:17:40 +00:00
helpers.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
lhs_expression.py Python3: Replace dict.iteritems with six.iteritems 2016-01-15 03:15:23 -08:00
linked_context.py yaql context versioning 2015-09-04 14:37:14 +00:00
macros.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
murano_class.py Python3: Replace dict.itervalues with six.itervalues 2016-01-18 03:04:23 -08:00
murano_method.py Merge "Broken owner parameter for getAttr/setAttr was fixed" 2016-01-18 09:19:39 +00:00
murano_object.py Python3: Replace dict.iterkeys with six.iterkeys 2016-01-18 10:27:23 +00:00
murano_package.py Merge "Python3: Replace dict.iteritems with six.iteritems" 2016-01-15 15:17:40 +00:00
namespace_resolver.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
object_store.py Python3: Replace dict.iteritems with six.iteritems 2016-01-15 03:15:23 -08:00
package_loader.py Package versioning 2015-09-03 12:06:42 +00:00
serializer.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
type_scheme.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
typespec.py Replace unicode with six.text_type 2015-12-28 05:07:08 -08:00
virtual_exceptions.py Replace unicode with six.text_type 2015-12-28 05:07:08 -08:00
yaql_expression.py Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
yaql_functions.py Python3: Replace dict.iteritems with six.iteritems 2016-01-15 03:15:23 -08:00
yaql_integration.py Python3: Replace dict.itervalues with six.itervalues 2016-01-18 03:04:23 -08:00