Hi Bazaar Developers,<br>I was reading through Bazaar&#39;s source, and I noticed these lines in the main bzr script:<br>if __name__ == &quot;__main__&quot;:<br>&nbsp;&nbsp;&nbsp; # run bzr<br>else:<br>&nbsp;&nbsp;&nbsp; pass&nbsp;&nbsp;&nbsp; # should this give an error? - it can&#39;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>