mistral/mistral/services
hparekh 9dfd42e450 Avoid comparision between "None" type and "int" type.
In py34, if NoneType object is compared to int value
it raises exception.
In unit test following type of error is occured.
"TypeError: unorderable types: NoneType() >= int()".

Change-Id: Ibc7329824324edbe30976d460d389299824574ce
Partially-Implements: blueprint mistral-py3
2015-10-27 12:54:36 +05:30
..
__init__.py Added periodic events 2013-12-05 19:01:22 +04:00
action_manager.py Add pagination support for workflows query API 2015-08-19 17:01:56 +08:00
actions.py Implementing 'start_action' on engine side 2015-06-25 09:47:04 +03:00
expiration_policy.py Avoid comparision between "None" type and "int" type. 2015-10-27 12:54:36 +05:30
periodic.py Avoid comparision between "None" type and "int" type. 2015-10-27 12:54:36 +05:30
scheduler.py Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
security.py Fixed lack of context for triggers 2015-08-19 13:32:59 +03:00
triggers.py Avoid comparision between "None" type and "int" type. 2015-10-27 12:54:36 +05:30
workbooks.py Action definition updated, when workbook is created. 2015-10-14 04:29:59 +00:00
workflows.py Adding 'is_system' to definition model 2015-09-17 13:31:27 +03:00