Hi Bazaar Developers,<br>I was reading through Bazaar's source, and I noticed these lines in the main bzr script:<br>if __name__ == "__main__":<br> # run bzr<br>else:<br> pass # should this give an error? - it can't be used as a lib<br>
This bundle makes importing the bzr script raise an ImportError.<br><br>Thanks for you comments,<br>Benjamin Peterson<br>