deb-mistral/mistral/engine/rpc_backend/kombu
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
..
examples Using sys.exit(main()) instead of main() 2016-09-26 10:52:42 +07: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 not working 'run-action' on kombu driver 2016-08-24 17:26:10 +02:00
kombu_client.py Merge "Fix for raising exception directly to kombu" 2016-09-15 08:57:24 +00:00
kombu_server.py Merge "Fix for raising excepton from kombu" 2016-09-23 07:58:13 +00:00