140
140
if __name__ == '__main__':
142
142
exit_val = bzrlib.commands.main()
145
145
profile_imports.log_stack_info(sys.stderr)
147
151
# By this point we really have completed everything we want to do, and
148
152
# there's no point doing any additional cleanup. Abruptly exiting here
149
153
# stops any background threads getting into trouble as code is unloaded,