mistral/mistral/actions
hparekh 3170c112c7 Resolved encoding/decoding problem.
In MIMEtext by default encodes in 'us-ascii'
for py27 and 'utf-8' in py34. So 'utf-8'
encoding is specified in argument.

Also in py27 constant string is already in unicode
type but in py34 it is byte type. So
string is decoded for py27 in unit test.

Partially-Implements: blueprint mistral-py3
Change-Id: I7004bae1d46d20630a30cac1abb65efe68765401
2015-11-05 13:29:49 +05:30
..
openstack Extracting generator objects returned by openstack actions 2015-10-16 15:12:50 +06:00
__init__.py BP mistral-actions-design (add new actions package) 2014-04-14 19:24:27 +07:00
action_factory.py Get rid of openstack/common package 2015-06-24 16:49:06 +08:00
action_generator.py Updating requirements to master 2015-04-29 13:41:04 +03:00
base.py Error result: doc explaining error result in base action class 2015-07-17 11:25:10 +00:00
generator_factory.py Updating requirements to master 2015-04-29 13:41:04 +03:00
std_actions.py Resolved encoding/decoding problem. 2015-11-05 13:29:49 +05:30