deb-murano/murano/dsl
enthurohini f49bdb6218 Drop types module usage
Since python 2.2, use of types module is not prefered way to
access the type hence it is replaced by using names of built-in
factory functions.

Change-Id: Ibdcc1ae75204f67076edab5edcffe94a9f1f1d8e
Implements: blueprint replace-types-module-with-new-style-classes
2015-11-02 18:39:24 +05:30
..
principal_objects Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
attribute_store.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
constants.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +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 Drop types module usage 2015-11-02 18:39:24 +05:30
exceptions.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
executor.py Drop types module usage 2015-11-02 18:39:24 +05:30
expressions.py Drop types module usage 2015-11-02 18:39:24 +05:30
helpers.py Drop types module usage 2015-11-02 18:39:24 +05:30
lhs_expression.py Drop types module usage 2015-11-02 18:39:24 +05:30
linked_context.py yaql context versioning 2015-09-04 14:37:14 +00:00
macros.py Drop types module usage 2015-11-02 18:39:24 +05:30
murano_class.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
murano_method.py Drop types module usage 2015-11-02 18:39:24 +05:30
murano_object.py Fix the run_test unchecked pep8 W503 and E402 errors 2015-09-26 13:43:55 +08:00
murano_package.py Fixed incorrect MuranoPL names for some of Python-based methods 2015-09-09 17:19:43 +03:00
namespace_resolver.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
object_store.py ID references made model not able to load in 2 passes 2015-09-06 11:09:03 +00:00
package_loader.py Package versioning 2015-09-03 12:06:42 +00:00
serializer.py Drop types module usage 2015-11-02 18:39:24 +05:30
type_scheme.py Drop types module usage 2015-11-02 18:39:24 +05:30
typespec.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
virtual_exceptions.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
yaql_expression.py Drop types module usage 2015-11-02 18:39:24 +05:30
yaql_functions.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +03:00
yaql_integration.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +03:00