deb-mistral/mistral/engine/rpc_backend
Luong Anh Tuan 1827e5434e Using sys.exit(main()) instead of main()
TrivialFix: Similar [1] in Kolla project
As we known, Exceptions are raised by the sys.exit() function. When they
are not handled, no stack traceback is printed in the Python interpreter.
Therefore, when using sys.exit(main()) instead of main()
may be more readable and reasonable.

[1] https://review.openstack.org/#/c/349353/

Change-Id: Ic71d4bfb1085c68ea9eb7e1382e7263a81634ad1
2016-09-26 10:52:42 +07:00
..
kombu Using sys.exit(main()) instead of main() 2016-09-26 10:52:42 +07:00
oslo Fix for timeouting actions on run-action 2016-09-22 09:25:14 +00:00
__init__.py Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
base.py Fix for timeouting actions on run-action 2016-09-22 09:25:14 +00:00
rpc.py Fix for raising excepton from kombu 2016-09-15 17:18:39 +02:00