<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi all,</div>
<div><br>
</div>
<div>I have had in my ~/bin for a while a little script that I finally got around to tuning up and I thought others might be interested in it/find it useful.</div>
<div><br>
</div>
<div>The concept is similar to <a href="https://pypi.python.org/pypi/autopep8">https://pypi.python.org/pypi/autopep8</a> but does a really simple action to start.</div>
<div><br>
</div>
<div>As many of u know the import order is a hacking rule, but its not sometimes clear how to fix the order to be correct; so the tool I fixed/cleaned up reorganizes the imports to be in the right order.</div>
<div><br>
</div>
<div>I initially hooked it into the hacking codebase @ <a href="https://review.openstack.org/#/c/68988">https://review.openstack.org/#/c/68988</a></div>
<div><br>
</div>
<div>It could be something that could be built on to automate 'repairing' many of the hacking issues that are encountered (ones that are simple are the easiest, like imports).</div>
<div><br>
</div>
<div>Anyways,</div>
<div><br>
</div>
<div>Thought people might find it useful and it could become a part of automatic repairing/style adjustments in the future (similar to I guess what go has in `gofmt`).</div>
<div><br>
</div>
<div>-Josh</div>
</body>
</html>