On Mon, Dec 8, 2008 at 6:38 PM, Audrius Kažukauskas <span dir="ltr">&lt;<a href="mailto:neobug@tornado.ktu.lt">neobug@tornado.ktu.lt</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
I would like to propose attached patch for subversion-bindings build<br>
script. &nbsp;This puts Python bindings to system-wide site-packages<br>
directory (where they belong) and makes them visible to Mercurial<br>
convert extension (and other tools which might look there); also no need<br>
to add<br>
<br>
 &nbsp;import sys<br>
 &nbsp;sys.path.insert(0, &#39;/path/to/bindings&#39;)<br>
<br>
before the imports of bindings themselves to your personal Python code.<br>
<br>
--<br>
<font color="#888888">Audrius Kažukauskas</font></blockquote><div><br></div></div>Thank you! I was very uncertain about file placement in this script.<br>Mauro<br>