vmware-nsx/tools
gecong1973 7313577cbb Using sys.exit(main()) instead of main()
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. In this patch we have known main() got return
values(eg:0, 1), but it can't specifies exit status when terminate
the main thread by unusing sys.exit(). So when using sys.exit(main())
instead of main() may be more readable and reasonable.

Change-Id: If3c185c35220f5e185e9872a91898430d6353811
2017-01-04 16:52:54 +08:00
..
__init__.py Use prettytable and rename python-nsxadmin - to _ 2015-12-02 06:12:02 -08:00
clean.sh Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
coding-checks.sh Update gate logic 2016-07-12 09:05:22 -06:00
generate_config_file_samples.sh Automatically generate vmware-nsx configuration files 2016-04-13 07:24:06 +00:00
install_venv.py Using sys.exit(main()) instead of main() 2017-01-04 16:52:54 +08:00
install_venv_common.py Create vmware-nsx with history 2014-12-18 07:36:43 -08:00
misc-sanity-checks.sh Update gate logic 2016-07-12 09:05:22 -06:00
ostestr_compat_shim.sh Update gate logic 2016-07-12 09:05:22 -06:00
tox_install.sh Make vmware-nsx capable of handling depends-on 2016-11-21 18:10:14 -08:00
tox_install_project.sh Make vmware-nsx capable of handling depends-on 2016-11-21 18:10:14 -08:00
with_venv.sh Update gate logic 2016-07-12 09:05:22 -06:00