137
128
if __name__ == '__main__':
139
130
exit_val = bzrlib.commands.main()
142
133
profile_imports.log_stack_info(sys.stderr)
144
139
# By this point we really have completed everything we want to do, and
145
140
# there's no point doing any additional cleanup. Abruptly exiting here
146
141
# stops any background threads getting into trouble as code is unloaded,