Hello. <div><br></div><div>I want to massage  python binding in near future. First of all, I want to do that:<div><br></div><div>1. To fix indentation. I mean replace tabs with 4 spaces. I see mix of tabs/spaces in code, and it is VERY bad pratice in python</div>
<div>2. Next, I want to eliminate pylint warnings and errors</div><div>3. Next, I want to introduce unicode_literals, and also prepare library for correct usage of str/unicode (this is needed for correct migration to python3)</div>
<div>4. Make some fixes in bad old-school code, like string concatenation instead of .format()</div><div><br></div><div>How to make that work with less pain? What I mean? Should I send you patches or I should publish git repository? Maybe you may grant access to my banch in your git? something else?</div>
<div><br></div><div>The main problem will appear in first task - indentation - it will be the HUGE patch.<br clear="all"><div><br></div>-- <br>Segmentation fault<br>
</div></div>