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